diff --git a/src/main/default/classes/ChangeAccountOwnerTest.cls b/src/main/default/classes/ChangeAccountOwnerTest.cls index f0acb7bf..5c43b7af 100644 --- a/src/main/default/classes/ChangeAccountOwnerTest.cls +++ b/src/main/default/classes/ChangeAccountOwnerTest.cls @@ -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'); } } \ No newline at end of file