mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Fix namespace_test error message
This commit is contained in:
		@@ -80,7 +80,7 @@ func TestNamespaceGenerate(t *testing.T) {
 | 
			
		||||
			t.Errorf("%v: expected error and didn't get one", index)
 | 
			
		||||
			continue // loop, no expected output object
 | 
			
		||||
		case !test.expectErr && err != nil:
 | 
			
		||||
			t.Errorf("%v: expected error and didn't get one", index)
 | 
			
		||||
			t.Errorf("%v: unexpected error %v", index, err)
 | 
			
		||||
			continue // loop, no output object
 | 
			
		||||
		case !test.expectErr && err == nil:
 | 
			
		||||
			// do nothing and drop through
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user