Skip to content

Commit 41405a1

Browse files
committed
Move test to its own suite
1 parent b9f1e14 commit 41405a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/test/member_evaluation_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
all() ->
1818
[
19-
{group, unclustered}
19+
{group, unclustered}
2020
].
2121

2222
groups() ->
2323
[
2424
{unclustered, [],
2525
[
26-
{uncluster_size_3, [], [auto_grow, auto_shrink]}
26+
{quorum_queue_3, [], [auto_grow, auto_shrink]}
2727
]}
2828
].
2929

0 commit comments

Comments
 (0)