Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Strata Build committed Mar 20, 2024
1 parent 117b89a commit 0a49333
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public void searchingWithShardsInfoMustNotReturnEmptyOrDuplicateKeys() throws Ex
keys.add(shardsInfo.getName(1));
keys.add(shardsInfo.getName(2));

// The names of the shards in error are generated as unknown_shard_1 and unknown_shard_2 because we could not get the real shard names.
// The names of the shards in error are generated as unknown_shard_1 and unknown_shard_2 because
// we could not get the real shard names.
MatcherAssert.assertThat(
(Iterable<String>) keys, hasItems("unknown_shard_1", "unknown_shard_2"));
}
Expand Down

0 comments on commit 0a49333

Please sign in to comment.