summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArnaud Cogoluègnes <acogoluegnes@gmail.com>2018-11-22 10:30:47 +0100
committerArnaud Cogoluègnes <acogoluegnes@gmail.com>2018-11-22 10:30:47 +0100
commitfcdf570de6017ad8642e53302bef074580761bd2 (patch)
treef3f8a0e2be361cdcd31c511332d9f5d75d53b130 /test
parent744a307dea1befdadc030b453dfa0eeab74aae29 (diff)
downloadrabbitmq-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").