Skip to content

Commit

Permalink
Adding comment in unit 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 75e99a4 commit 9b37722
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public void testComputeIfAbsentWithFactoryBasedCacheCreation() throws Exception
}
// Verify on heap cache size.
assertEquals(onHeapCacheSize, tieredSpilloverCache.getOnHeapCache().count());
// Verify disk cache size.
assertEquals(numOfItems1 - onHeapCacheSize, tieredSpilloverCache.getDiskCache().count());
}

Expand Down

0 comments on commit 9b37722

Please sign in to comment.