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 ee4e196 commit 72e792aCopy full SHA for 72e792a
src/test/java/com/rabbitmq/client/test/ClientTests.java
@@ -16,7 +16,6 @@
16
17
package com.rabbitmq.client.test;
18
19
-import com.rabbitmq.client.impl.nio.FrameBuilder;
20
import com.rabbitmq.utility.IntAllocatorTests;
21
import org.junit.runner.RunWith;
22
import org.junit.runners.Suite;
@@ -51,7 +50,7 @@
51
50
RecoveryAwareAMQConnectionFactoryTest.class,
52
RpcTest.class,
53
RecoveryDelayHandlerTest.class,
54
- FrameBuilder.class
+ FrameBuilderTest.class
55
})
56
public class ClientTests {
57
0 commit comments