diff --git a/ipfscluster_test.go b/ipfscluster_test.go index 42ffe418..5a8e370a 100644 --- a/ipfscluster_test.go +++ b/ipfscluster_test.go @@ -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)