summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2018-03-06 19:38:59 +0300
committerMichael Klishin <mklishin@pivotal.io>2018-03-06 23:02:19 +0300
commit5a0e47143b18b6ae52326ae40bb9b0b4f6ce1cd1 (patch)
treeacf2b5dd7a9fe05260c242fbb0492c057900c5cc /test
parent00958e638574c9dca189fe5ae8d9def5bf4cf9c3 (diff)
downloadrabbitmq-server-git-5a0e47143b18b6ae52326ae40bb9b0b4f6ce1cd1.tar.gz
Wording
(cherry picked from commit d87d2bd6105b89d8c7904e5a8e5ffd85e7abba23)
Diffstat (limited to 'test')
-rw-r--r--test/queue_master_location_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/queue_master_location_SUITE.erl b/test/queue_master_location_SUITE.erl
index 48d9e0c5d1..94101567f6 100644
--- a/test/queue_master_location_SUITE.erl
+++ b/test/queue_master_location_SUITE.erl
@@ -217,7 +217,7 @@ calculate_min_master_with_bindings(Config) ->
Args = [{<<"x-queue-master-locator">>, longstr, <<"min-masters">>}],
declare(Config, QueueName, false, false, Args, none),
verify_min_master(Config, Q),
- % Do 20 bindings to this queue
+ %% Add 20 bindings to this queue
[ bind(Config, QueueName, integer_to_binary(N)) || N <- lists:seq(1, 20) ],
QueueName1 = rabbit_misc:r(<<"/">>, queue, Q1 = <<"qm.test_unbound">>),