summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:23:46 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:23:46 -0500
commit155f120b820b6540d78b458e29c765debbd550fb (patch)
treec5e3822317c5a25069e0804f76efc6b7872b4a85 /test
parente6280a4b3072f0e2be0e7fb08291c3eb82744202 (diff)
downloadrabbitmq-server-git-155f120b820b6540d78b458e29c765debbd550fb.tar.gz
spelling: queuing
Diffstat (limited to 'test')
-rw-r--r--test/quorum_queue_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/quorum_queue_SUITE.erl b/test/quorum_queue_SUITE.erl
index 02afba97c5..fa9dbb35dd 100644
--- a/test/quorum_queue_SUITE.erl
+++ b/test/quorum_queue_SUITE.erl
@@ -2046,7 +2046,7 @@ consume_redelivery_count(Config) ->
amqp_channel:cast(Ch, #'basic.nack'{delivery_tag = DeliveryTag,
multiple = false,
requeue = true}),
- %% wait for requeueing
+ %% wait for requeuing
timer:sleep(500),
{#'basic.get_ok'{delivery_tag = DeliveryTag1,