diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2020-03-31 18:55:20 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2020-03-31 18:55:20 +0300 |
| commit | 5591af3d641628442d1ea6e9e1ce53c9de7449d5 (patch) | |
| tree | 98938067d95497ec1a25f1d33e94e369bb246013 | |
| parent | 0c48e47b6b7e771b96fb2dfdaa0b224119dde75b (diff) | |
| download | rabbitmq-server-git-5591af3d641628442d1ea6e9e1ce53c9de7449d5.tar.gz | |
Rename a test suite
to make it clear that it is a mock-based unit test one
| -rw-r--r-- | test/unit_cluster_formation_locking_mocks_SUITE.erl (renamed from test/cluster_formation_locking_SUITE.erl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cluster_formation_locking_SUITE.erl b/test/unit_cluster_formation_locking_mocks_SUITE.erl index 707d2a68c0..d605578d76 100644 --- a/test/cluster_formation_locking_SUITE.erl +++ b/test/unit_cluster_formation_locking_mocks_SUITE.erl @@ -13,7 +13,7 @@ %% The Initial Developer of the Original Code is GoPivotal, Inc. %% Copyright (c) 2007-2020 VMware, Inc. or its affiliates. All rights reserved. %% --module(cluster_formation_locking_SUITE). +-module(unit_cluster_formation_locking_mocks_SUITE). -include_lib("common_test/include/ct.hrl"). -include_lib("eunit/include/eunit.hrl"). |
