Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Prakash <[email protected]>
  • Loading branch information
kiranprakash154 committed Mar 29, 2024
1 parent 1e4927b commit 739e791
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@ public void testCacheWithInvalidation() throws Exception {
// Should expect miss as key has changed due to change in IndexReader.CacheKey (due to refresh)
assertCacheState(client, "index", 1, 2);
}

// when staleness threshold is high, it should NOT clean-up
public void testStaleKeysCleanup_ThresholdUpdates() throws Exception {
Instant start = Instant.now();
Expand Down

0 comments on commit 739e791

Please sign in to comment.