Skip to content

Commit

Permalink
~ test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinherron committed Nov 13, 2024
1 parent 7bfe348 commit 8422744
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ public void onConnectionLost() {
}
});

assertTrue(client.isConnected());

client.disconnect();
assertTrue(onConnectionLost.await(1, TimeUnit.SECONDS));

Expand Down

0 comments on commit 8422744

Please sign in to comment.