Skip to content

Commit 425ee15

Browse files
Rename test
1 parent be4b274 commit 425ee15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/server/ChannelLimitNegotiation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void testChannelMaxGreaterThanServerValue() throws Exception {
6767
}
6868
}
6969

70-
public void testOpeningChannelWithIdGreaterThanChannelMaxFails() throws Exception {
70+
public void testOpeningTooManyChannels() throws Exception {
7171
int n = 48;
7272

7373
try {

0 commit comments

Comments
 (0)