Skip to content

Commit

Permalink
deleted empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
purbon committed Apr 8, 2022
1 parent d6827f0 commit a424ed3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public void testConsumerAclsAtTopicLevel() throws IOException {
.buildBindingsForConsumers(argumentCaptor.capture(), eq(topic.toString()), eq(false));

List<Consumer> capturedList = argumentCaptor.getValue();

assertThat(capturedList).contains(projectConsumer);
assertThat(capturedList).contains(topicConsumer);
assertThat(capturedList).hasSize(2);
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/com/purbon/kafka/topology/TopicManagerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,5 @@ public void shouldManageSpecialTopics() throws IOException {
plan.run();

verify(adminClient, times(1)).createTopic(topicA, "TopicA");


}
}

0 comments on commit a424ed3

Please sign in to comment.