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:
		
							parent
							
								
									6a97316a69
								
							
						
					
					
						commit
						b88d8e34e1
					
				|  | @ -163,7 +163,7 @@ func CreatePVCs(namespace string, clusterName string, labels labels.Set, n int, | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func TestMigrateEBS(t *testing.T) { | func TestMigrateEBS(t *testing.T) { | ||||||
| 	client, _ := NewFakeKubernetesClient() | 	client, _ := newFakeK8sPVCclient() | ||||||
| 	clusterName := "acid-test-cluster" | 	clusterName := "acid-test-cluster" | ||||||
| 	namespace := "default" | 	namespace := "default" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue