Skip to content

Commit

Permalink
Fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed Mar 10, 2022
1 parent e456765 commit c743113
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ private without sharing class SessionCacheTest
@isTest
private static void remove_whenCalledForAKeyThatWasNotPut_doesNotError() // NOPMD: Test method name format
{
SessionCache cache = new SessionCache();
cache.remove( 'keythatneverexisted' );

System.assertEquals( false, new SessionCache().contains( 'keythatneverexisted' ), 'remove, when called for a key that was put, will remove it - checking contains' );
Expand Down

0 comments on commit c743113

Please sign in to comment.