Skip to content

Commit 5a0e471

Browse files
Wording
(cherry picked from commit d87d2bd)
1 parent 00958e6 commit 5a0e471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/queue_master_location_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ calculate_min_master_with_bindings(Config) ->
217217
Args = [{<<"x-queue-master-locator">>, longstr, <<"min-masters">>}],
218218
declare(Config, QueueName, false, false, Args, none),
219219
verify_min_master(Config, Q),
220-
% Do 20 bindings to this queue
220+
%% Add 20 bindings to this queue
221221
[ bind(Config, QueueName, integer_to_binary(N)) || N <- lists:seq(1, 20) ],
222222

223223
QueueName1 = rabbit_misc:r(<<"/">>, queue, Q1 = <<"qm.test_unbound">>),

0 commit comments

Comments
 (0)