Skip to content

Commit

Permalink
Change test clean up of connectors and deleting topics ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Feb 28, 2020
1 parent 058c62c commit 80e209f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ public void beforeAll(final ExtensionContext context) throws Exception {

@Override
public void afterEach(final ExtensionContext context) throws InterruptedException {
deleteTopicsAndWait(Duration.ofMinutes(4));
deleteSinkConnector();
deleteSourceConnector();
deleteTopicsAndWait(Duration.ofMinutes(4));
}

@Override
Expand Down

0 comments on commit 80e209f

Please sign in to comment.