diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:31:14 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:31:14 -0500 |
| commit | a808056828c8fbf880a2c8a3f6d9da1a92807d0c (patch) | |
| tree | 822c825b2a3c68c358a4bd5106ab3a0848569e21 /test | |
| parent | b57e8470edcb38ef1d3a881be887dc572e704fb6 (diff) | |
| download | rabbitmq-server-git-a808056828c8fbf880a2c8a3f6d9da1a92807d0c.tar.gz | |
spelling: within
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit_inbroker_parallel_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit_inbroker_parallel_SUITE.erl b/test/unit_inbroker_parallel_SUITE.erl index 364bd5aabb..9518e06196 100644 --- a/test/unit_inbroker_parallel_SUITE.erl +++ b/test/unit_inbroker_parallel_SUITE.erl @@ -1384,7 +1384,7 @@ max_message_size(Config) -> {_, Ch} = rabbit_ct_client_helpers:open_connection_and_channel(Config, 0), - %% Binary is whithin the max size limit + %% Binary is within the max size limit amqp_channel:call(Ch, #'basic.publish'{routing_key = <<"none">>}, #amqp_msg{payload = Binary2M}), %% The channel process is alive assert_channel_alive(Ch), |
