Skip to content

Commit 77b9747

Browse files
committed
Add AddressTest to test suite
1 parent 5677b79 commit 77b9747

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/rabbitmq/client/test/ClientTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
ClientVersionTest.class,
5858
StrictExceptionHandlerTest.class,
5959
NoAutoRecoveryWhenTcpWindowIsFullTest.class,
60-
JsonRpcTest.class
60+
JsonRpcTest.class,
61+
AddressTest.class
6162
})
6263
public class ClientTests {
6364

0 commit comments

Comments
 (0)