summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2018-05-16 16:30:16 -0300
committerMichael Klishin <michael@clojurewerkz.org>2018-05-16 16:38:52 -0300
commitc39524625d0f3dc3cb46b9737093144ee6b21114 (patch)
tree992835880a27e35a56408ce7907c7b7673cffd6a /test
parent88d51fae8929fbb8a9634825b6342c4aba237b55 (diff)
downloadrabbitmq-server-git-c39524625d0f3dc3cb46b9737093144ee6b21114.tar.gz
Typo/weird wording
(cherry picked from commit ad5abba68c3c335a856ade2a2a38ba2c1de871fa)
Diffstat (limited to 'test')
-rw-r--r--test/priority_queue_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/priority_queue_SUITE.erl b/test/priority_queue_SUITE.erl
index cfa98b94c7..33906ee70b 100644
--- a/test/priority_queue_SUITE.erl
+++ b/test/priority_queue_SUITE.erl
@@ -200,7 +200,7 @@ max_priorities_above_hard_limit(Config) ->
Q = <<"max_priorities_above_hard_limit">>,
?assertExit(
{{shutdown, {server_initiated_close, 406, _}}, _},
- %% Note that lower values (e.g. 300) will cause overflow the byte type here.
+ %% Note that lower values (e.g. 300) will overflow the byte type here.
%% However, values >= 256 would still be rejected when used by
%% other clients
declare(Ch, Q, 3000)),