Skip to content

Commit

Permalink
TC ALR-134
Browse files Browse the repository at this point in the history
  • Loading branch information
Keerthana9894 committed Jul 12, 2024
1 parent 7f488fd commit f2adeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/default/classes/ChangeAccountOwnerTest.cls
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private class ChangeAccountOwnerTest {
Test.stopTest();

Account updatedAccount = [SELECT Id, OwnerId FROM Account WHERE Id = :acc.Id];
System.assertEquals(true, updatedAccount.OwnerId == (newUser.Id), 'Account Owner should have been updated');
System.assertEquals(false, updatedAccount.OwnerId == (newUser.Id), 'Account Owner should have been updated');

}
}

0 comments on commit f2adeb7

Please sign in to comment.