Skip to content

Commit

Permalink
fix GeoRepIntegTest close
Browse files Browse the repository at this point in the history
  • Loading branch information
heesung-sn committed Nov 2, 2024
1 parent e7369a9 commit a49bbcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public GeoRepIntegTest(PulsarClient clientA, PulsarAdmin adminA, PulsarClient cl

public void close() throws IOException {
clientA.close();
clientB.close();
adminA.close();
adminB.close();
adminB.close();
}
}

0 comments on commit a49bbcd

Please sign in to comment.