diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 11:55:33 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 11:55:33 -0500 |
| commit | c8e7b97bc546f455cd7b09cca3c07c160126b976 (patch) | |
| tree | 228edf3d1ee3748bc46d7eb0a2e512517aee8ea6 | |
| parent | 5b92abec017cc0c154a9b176bdd9dbeb7972caf4 (diff) | |
| download | rabbitmq-server-git-c8e7b97bc546f455cd7b09cca3c07c160126b976.tar.gz | |
spelling: delegate
| -rw-r--r-- | test/channel_operation_timeout_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/channel_operation_timeout_SUITE.erl b/test/channel_operation_timeout_SUITE.erl index 77da6133d8..47907d09f4 100644 --- a/test/channel_operation_timeout_SUITE.erl +++ b/test/channel_operation_timeout_SUITE.erl @@ -87,7 +87,7 @@ notify_down_all(Config) -> declare(QCfg0), %% Testing rabbit_amqqueue:notify_down_all via rabbit_channel. %% Consumer count = 0 after correct channel termination and - %% notification of queues via delagate:call/3 + %% notification of queues via delegate:call/3 true = (0 =/= length(get_consumers(Config, Rabbit, ?DEFAULT_VHOST))), rabbit_ct_client_helpers:close_channel(RabbitCh), 0 = length(get_consumers(Config, Rabbit, ?DEFAULT_VHOST)), |
