Skip to content

Commit

Permalink
Add close state
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Sep 14, 2024
1 parent 025d616 commit 4c149f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ public void testClose() throws Exception {
client1.close();
ClientState.State state1 = client1.getState();
Assertions.assertEquals(ClientState.State.Closed, state1);
super.stopSingle();
}

}

0 comments on commit 4c149f8

Please sign in to comment.