mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-01 06:10:17 +00:00 
			
		
		
		
	fix a duplicate case in TestUpdateNodeObjects
This commit is contained in:
		| @@ -862,7 +862,7 @@ func TestUpdateNodeObjects(t *testing.T) { | ||||
| 							Reason: "bar", | ||||
| 						}, | ||||
| 					} | ||||
| 				case i%4 == 1: | ||||
| 				case i%4 == 2: | ||||
| 					lastCount = 0 | ||||
| 					n.Status.Conditions = nil | ||||
| 				} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user