Skip to content

Commit

Permalink
Reconnect On Connect Unit Test (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf authored Jan 17, 2024
1 parent 7918a5b commit d738068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/nats/client/impl/ReconnectTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ public void testReconnectWait() throws Exception {
}

@Test
public void testMaxReconnectOnConnect() throws Exception {
public void testReconnectOnConnect() throws Exception {
int port = NatsTestServer.nextPort();
Options options = Options.builder().server(NatsTestServer.getNatsLocalhostUri(port)).build();

Expand Down

0 comments on commit d738068

Please sign in to comment.