Fix function name in test (#1250)

* Fix function name in test

Error was somehow introduced in last 2 PRs merged.

* Update volumes_test.go
This commit is contained in:
Jan Mussler 2020-12-12 00:35:27 +01:00 committed by GitHub
parent 6a97316a69
commit b88d8e34e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ func CreatePVCs(namespace string, clusterName string, labels labels.Set, n int,
}
func TestMigrateEBS(t *testing.T) {
client, _ := NewFakeKubernetesClient()
client, _ := newFakeK8sPVCclient()
clusterName := "acid-test-cluster"
namespace := "default"