Skip to content

Commit ea94d7b

Browse files
committed
Put SAC-related tests in their own classes
References #46, rabbitmq/rabbitmq-server#3753
1 parent 4574241 commit ea94d7b

File tree

4 files changed

+760
-727
lines changed

4 files changed

+760
-727
lines changed

src/test/java/com/rabbitmq/stream/impl/SingleActiveConsumerTest.java renamed to src/test/java/com/rabbitmq/stream/impl/SacClientTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
@ExtendWith(TestUtils.StreamTestInfrastructureExtension.class)
4747
@TestUtils.SingleActiveConsumer
48-
public class SingleActiveConsumerTest {
48+
public class SacClientTest {
4949

5050
String stream;
5151
TestUtils.ClientFactory cf;

src/test/java/com/rabbitmq/stream/impl/StreamConsumerSacTest.java renamed to src/test/java/com/rabbitmq/stream/impl/SacStreamConsumerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
@ExtendWith(TestUtils.StreamTestInfrastructureExtension.class)
3636
@TestUtils.SingleActiveConsumer
37-
public class StreamConsumerSacTest {
37+
public class SacStreamConsumerTest {
3838

3939
String stream;
4040
EventLoopGroup eventLoopGroup;

0 commit comments

Comments
 (0)