Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
l3r8yJ committed Jul 9, 2023
1 parent 220a244 commit a38f729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ void pollsRecords() throws Exception {
"Datasets %s should contain all of %s"
.formatted(datasets, topics),
datasets,
Matchers.containsInAnyOrder(topics.toArray())
Matchers.contains(topics.toArray())
);
datasets.clear();
second.forEach(rec -> datasets.add(rec.value()));
Expand Down

0 comments on commit a38f729

Please sign in to comment.