Skip to content

Commit

Permalink
update unit tests for hidden services
Browse files Browse the repository at this point in the history
  • Loading branch information
airwin606 committed Jul 10, 2020
1 parent c06fe27 commit 12df13f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion force-app/main/default/classes/Test_getRecommendations.cls
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ public with sharing class Test_getRecommendations {
recs,
badServiceName
);
System.assertEquals(true, recs[badServiceIndex].Hidden);
System.assertEquals(true, recs[badServiceIndex].HiddenAll);
System.assertEquals(false, recs[badServiceIndex].Hidden);
}

@testSetup
Expand Down

0 comments on commit 12df13f

Please sign in to comment.