Skip to content

Commit

Permalink
Removing flapping assert
Browse files Browse the repository at this point in the history
  • Loading branch information
jamessimone committed Jan 18, 2024
1 parent 6ed30e9 commit ea24ad6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extra-tests/classes/RollupTests.cls
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,6 @@ private class RollupTests {
System.assertEquals(1, mock.Records.size(), 'Grandparent record should have been found!');
User updatedUser = (User) mock.Records[0];
System.assertEquals(cpas[0].Name + ', ' + cpas[1].Name, updatedUser.AboutMe, 'Grandparent rollup should have worked!');
System.assertEquals('Completed', [SELECT Status FROM AsyncApexJob WHERE JobType = 'BatchApexWorker'].Status);
}

@IsTest
Expand Down

0 comments on commit ea24ad6

Please sign in to comment.