mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #122754 from KubeKyrie/fix/replace-expected-field
expected and actual field position adjustment
This commit is contained in:
		@@ -1655,7 +1655,7 @@ func TestCheckpointContainer(t *testing.T) {
 | 
				
			|||||||
				test.containerName,
 | 
									test.containerName,
 | 
				
			||||||
				options,
 | 
									options,
 | 
				
			||||||
			)
 | 
								)
 | 
				
			||||||
			require.Equal(t, status, test.expectedStatus)
 | 
								require.Equal(t, test.expectedStatus, status)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if status != nil {
 | 
								if status != nil {
 | 
				
			||||||
				return
 | 
									return
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user