mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix typo in function emptyInvariants()
This commit is contained in:
		@@ -559,7 +559,7 @@ func PodRecreateDeleteFailure(t *testing.T, set *apps.StatefulSet, invariants in
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func emptyInvaraints(set *apps.StatefulSet, om *fakeObjectManager) error {
 | 
			
		||||
func emptyInvariants(set *apps.StatefulSet, om *fakeObjectManager) error {
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -584,7 +584,7 @@ func TestStatefulSetControlWithStartOrdinal(t *testing.T) {
 | 
			
		||||
		testFn := testCase.fn
 | 
			
		||||
 | 
			
		||||
		set := testObj()
 | 
			
		||||
		testFn(t, set, emptyInvaraints)
 | 
			
		||||
		testFn(t, set, emptyInvariants)
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user