Skip to content

Commit 38f95f7

Browse files
committed
Fix test
1 parent a96db75 commit 38f95f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/test/rabbit_stream_sac_coordinator_SUITE.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ register_consumer_super_stream_disconn_active_block_rebalancing_test(_) ->
793793

794794
Groups0 = #{GId => Group},
795795
State0 = state(Groups0),
796-
Cmd = register_consumer_command(stream(), -1, name(), Pid0, 3),
796+
Cmd = register_consumer_command(stream(), 1, name(), Pid0, 3),
797797
{#?STATE{groups = Groups1}, {ok, false}, Eff} = ?MOD:apply(Cmd, State0),
798798
assertHasGroup(GId, cgroup(1, [consumer(Pid0, 0, {connected, waiting}),
799799
consumer(Pid1, 1, {disconnected, active}),

0 commit comments

Comments
 (0)