We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c3adb commit 88d3a55Copy full SHA for 88d3a55
test/src/com/rabbitmq/client/test/ClientTests.java
@@ -34,6 +34,7 @@ public static TestSuite suite() {
34
suite.addTestSuite(CloseInMainLoop.class);
35
suite.addTestSuite(ChannelNumberAllocationTests.class);
36
suite.addTestSuite(QueueingConsumerShutdownTests.class);
37
+ suite.addTestSuite(com.rabbitmq.utility.IntAllocatorTests.class);
38
return suite;
39
}
40
0 commit comments