Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemonk3y committed Sep 30, 2023
1 parent 04bde95 commit ee689ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ private static TopicChangeSetCalculators.ChangeSetCalculator comparator(
/**
* Gets a writer
*
* @param dryRun - to ignore writing to the cluster
* @param dryRun - to ignore writing to the cluster
* @param cleanupUnspecified - remove set of unspec'd resources
* @param adminClient - cluster connection
* @param adminClient - cluster connection
* @return configured writer
*/
private static TopicMutators.TopicMutator mutate(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ void shouldCleanupNonSpecTopicsDryRun()

@Test
@Order(6)
void shouldCleanupNonSpecTopicsIRL()
throws ExecutionException, InterruptedException {
void shouldCleanupNonSpecTopicsIRL() throws ExecutionException, InterruptedException {
try (Admin adminClient = KAFKA_ENV.adminClient()) {

assertThat(topicCount(adminClient), is(3L));
Expand Down

0 comments on commit ee689ca

Please sign in to comment.