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 be4b274 commit 425ee15Copy full SHA for 425ee15
test/src/com/rabbitmq/client/test/server/ChannelLimitNegotiation.java
@@ -67,7 +67,7 @@ public void testChannelMaxGreaterThanServerValue() throws Exception {
67
}
68
69
70
- public void testOpeningChannelWithIdGreaterThanChannelMaxFails() throws Exception {
+ public void testOpeningTooManyChannels() throws Exception {
71
int n = 48;
72
73
try {
0 commit comments