Skip to content

Commit 72e792a

Browse files
committed
Use correct test name in client test suite
References #319
1 parent ee4e196 commit 72e792a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package com.rabbitmq.client.test;
1818

19-
import com.rabbitmq.client.impl.nio.FrameBuilder;
2019
import com.rabbitmq.utility.IntAllocatorTests;
2120
import org.junit.runner.RunWith;
2221
import org.junit.runners.Suite;
@@ -51,7 +50,7 @@
5150
RecoveryAwareAMQConnectionFactoryTest.class,
5251
RpcTest.class,
5352
RecoveryDelayHandlerTest.class,
54-
FrameBuilder.class
53+
FrameBuilderTest.class
5554
})
5655
public class ClientTests {
5756

0 commit comments

Comments
 (0)