Fix function name in test
Error was somehow introduced in last 2 PRs merged.
This commit is contained in:
		
							parent
							
								
									6a97316a69
								
							
						
					
					
						commit
						a66c9e72d4
					
				| 
						 | 
				
			
			@ -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"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue