rename test so it can be run by itself

License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
This commit is contained in:
Adrian Lanzafame 2019-04-26 17:57:45 +10:00
parent 3c09ebcc71
commit 911c417f58
No known key found for this signature in database
GPG Key ID: 87E40C5D62EAE192

View File

@ -999,7 +999,7 @@ func TestClustersShutdown(t *testing.T) {
runF(t, clusters, f)
}
func TestClustersReplication(t *testing.T) {
func TestClustersReplicationOverall(t *testing.T) {
ctx := context.Background()
clusters, mock := createClusters(t)
defer shutdownClusters(t, clusters, mock)