Skip to content

Commit

Permalink
Fixing IndicesServiceCloseTests unit test
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 Jan 9, 2024
1 parent 5c5af1d commit ccde0ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ public boolean isOpen() {

@Override
public Object getCacheIdentity() {
return this;
return shard;
}
};
cache.getOrCompute(cacheEntity, () -> new BytesArray("bar"), searcher.getDirectoryReader(), new BytesArray("foo"));
Expand Down

0 comments on commit ccde0ea

Please sign in to comment.