summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2018-03-08 04:16:11 +0300
committerMichael Klishin <michael@clojurewerkz.org>2018-03-08 04:16:11 +0300
commit500d31679603b6eaf9f70ad5237e7ec2070b30b8 (patch)
tree9ae66ea2d847b690286564cf4447ced194439be0 /test
parent13d0b0191e30b122d876d5e21631363fb5ebc002 (diff)
parentcb77f6737304946b2a006274eb171901dd369a3f (diff)
downloadrabbitmq-server-git-500d31679603b6eaf9f70ad5237e7ec2070b30b8.tar.gz
Merge branch 'v3.7.x'
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">>),