Skip to content

Commit

Permalink
Revert unnecessary changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
npsp-reedestockton committed Nov 10, 2023
1 parent 454e70c commit 82d6a0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions force-app/main/default/classes/PSC_ManageSoftCredits_TEST.cls
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public with sharing class PSC_ManageSoftCredits_TEST {
initTestDataWithoutPscs();
Test.setCurrentPage(Page.PSC_ManageSoftCredits);
PSC_ManageSoftCredits_CTRL ctrl = new PSC_ManageSoftCredits_CTRL(new ApexPages.StandardController(opp));

system.assertEquals(0, ctrl.softCredits.size());
system.assertEquals(0, ctrl.numberOfSoftCredits);
system.assertEquals(acc.Id, ctrl.PrimaryContactId);
Expand All @@ -133,7 +132,6 @@ public with sharing class PSC_ManageSoftCredits_TEST {

system.assertEquals(600, ctrl.oppTotalSoftCredit.Amount);
Test.startTest();
// ctrl.hasAccess = true;
system.assertNotEquals(null, ctrl.save());
Test.stopTest();

Expand Down

0 comments on commit 82d6a0c

Please sign in to comment.