Skip to content

Commit

Permalink
Added comment in test for readability
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
  • Loading branch information
sgup432 committed Mar 19, 2024
1 parent 75a89df commit 6c0fc35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ public void testInvalidateAll() throws Exception {
}
ehcacheTest.invalidateAll(); // clear all the entries.
for (Map.Entry<String, String> entry : keyValueMap.entrySet()) {
// Verify that value is null for a removed entry.
assertNull(ehcacheTest.get(entry.getKey()));
}
assertEquals(0, ehcacheTest.count());
Expand Down

0 comments on commit 6c0fc35

Please sign in to comment.