Skip to content

Commit

Permalink
Fix AbstractMultiClustersTestCase
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
Sachin Kale committed Sep 1, 2023
1 parent 7f06e8e commit dddf695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public final void startClusters() throws Exception {
@After
public void assertAfterTest() throws Exception {
for (InternalTestCluster cluster : clusters().values()) {
cluster.wipe(Collections.emptySet(), List.of());
cluster.wipe(Collections.emptySet());
cluster.assertAfterTest();
}
}
Expand Down

0 comments on commit dddf695

Please sign in to comment.