Skip to content

Commit a49bbcd

Browse files
author
Heesung Sohn
committed
fix GeoRepIntegTest close
1 parent e7369a9 commit a49bbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulsar-inttest-client/src/main/java/org/apache/pulsar/tests/integration/GeoRepIntegTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public GeoRepIntegTest(PulsarClient clientA, PulsarAdmin adminA, PulsarClient cl
3737

3838
public void close() throws IOException {
3939
clientA.close();
40+
clientB.close();
4041
adminA.close();
4142
adminB.close();
42-
adminB.close();
4343
}
4444
}

0 commit comments

Comments
 (0)