Fix function name in test

Error was somehow introduced in last 2 PRs merged.
This commit is contained in:
Jan Mussler 2020-12-11 23:46:43 +01:00 committed by GitHub
parent 6a97316a69
commit a66c9e72d4
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, _ := newFakeKubernetesClient()
clusterName := "acid-test-cluster"
namespace := "default"