diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2018-11-22 10:30:47 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2018-11-22 10:30:47 +0100 |
| commit | fcdf570de6017ad8642e53302bef074580761bd2 (patch) | |
| tree | f3f8a0e2be361cdcd31c511332d9f5d75d53b130 /test | |
| parent | 744a307dea1befdadc030b453dfa0eeab74aae29 (diff) | |
| download | rabbitmq-server-git-fcdf570de6017ad8642e53302bef074580761bd2.tar.gz | |
Use single active consumer term when appropriate
References #1743
Diffstat (limited to 'test')
| -rw-r--r-- | test/single_active_consumer_SUITE.erl (renamed from test/exclusive_consumer_SUITE.erl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exclusive_consumer_SUITE.erl b/test/single_active_consumer_SUITE.erl index 1ba05b9841..9670744b2b 100644 --- a/test/exclusive_consumer_SUITE.erl +++ b/test/single_active_consumer_SUITE.erl @@ -14,7 +14,7 @@ %% Copyright (c) 2018 Pivotal Software, Inc. All rights reserved. %% --module(exclusive_consumer_SUITE). +-module(single_active_consumer_SUITE). -include_lib("common_test/include/ct.hrl"). -include_lib("eunit/include/eunit.hrl"). |
