Skip to content

Commit 80e209f

Browse files
committed
Change test clean up of connectors and deleting topics ordering
1 parent 058c62c commit 80e209f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTest/java/com/mongodb/kafka/connect/embedded/EmbeddedKafka.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ public void beforeAll(final ExtensionContext context) throws Exception {
238238

239239
@Override
240240
public void afterEach(final ExtensionContext context) throws InterruptedException {
241-
deleteTopicsAndWait(Duration.ofMinutes(4));
242241
deleteSinkConnector();
243242
deleteSourceConnector();
243+
deleteTopicsAndWait(Duration.ofMinutes(4));
244244
}
245245

246246
@Override

0 commit comments

Comments
 (0)