Skip to content

Commit b88d8e3

Browse files
authored
Fix function name in test (zalando#1250)
* Fix function name in test Error was somehow introduced in last 2 PRs merged. * Update volumes_test.go
1 parent 6a97316 commit b88d8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/volumes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func CreatePVCs(namespace string, clusterName string, labels labels.Set, n int,
163163
}
164164

165165
func TestMigrateEBS(t *testing.T) {
166-
client, _ := NewFakeKubernetesClient()
166+
client, _ := newFakeK8sPVCclient()
167167
clusterName := "acid-test-cluster"
168168
namespace := "default"
169169

0 commit comments

Comments
 (0)