Skip to content

Commit 9b37722

Browse files
committed
Adding comment in unit test for readability
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
1 parent 75e99a4 commit 9b37722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/cache-common/src/test/java/org/opensearch/cache/common/tier/TieredSpilloverCacheTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ public void testComputeIfAbsentWithFactoryBasedCacheCreation() throws Exception
154154
}
155155
// Verify on heap cache size.
156156
assertEquals(onHeapCacheSize, tieredSpilloverCache.getOnHeapCache().count());
157+
// Verify disk cache size.
157158
assertEquals(numOfItems1 - onHeapCacheSize, tieredSpilloverCache.getDiskCache().count());
158159
}
159160

0 commit comments

Comments
 (0)