Skip to content

Commit

Permalink
Suppress test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
corcoja committed Mar 2, 2022
1 parent 1503a59 commit 6ec8685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class ConnectionPrimerTest {
private Nats natsServer;

@BeforeEach
@SuppressWarnings("resource")
void setupNatsServer() {
// @formatter:off
natsServer = new Nats(SERVER_PORT)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class PubSubTransceiverTest {
private Nats natsServer;

@BeforeEach
@SuppressWarnings("resource")
void setupNatsServer() {
// @formatter:off
natsServer = new Nats(SERVER_PORT)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class PubTransmitterTest {
private Nats natsServer;

@BeforeEach
@SuppressWarnings("resource")
void setupNatsServer() {
// @formatter:off
natsServer = new Nats(SERVER_PORT)
Expand Down

0 comments on commit 6ec8685

Please sign in to comment.