Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v23.09/": change = 104519]
  • Loading branch information
mgamanho committed Nov 6, 2023
1 parent 1d16c49 commit baaf8e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ public void testConditionalIndexOnKey()
{
final NamedCache<Long, String> cache = getNamedCache();

cache.clear();

ValueExtractor<Long, Integer> extractor = new LastDigit().fromKey();
Filter<String> condition = new NotEqualsFilter<>(ValueExtractor.identity(), "");

Expand Down

0 comments on commit baaf8e9

Please sign in to comment.