mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
fix a duplicate case in TestUpdateNodeObjects
This commit is contained in:
parent
ce227b06de
commit
08fced46f3
@ -862,7 +862,7 @@ func TestUpdateNodeObjects(t *testing.T) {
|
|||||||
Reason: "bar",
|
Reason: "bar",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
case i%4 == 1:
|
case i%4 == 2:
|
||||||
lastCount = 0
|
lastCount = 0
|
||||||
n.Status.Conditions = nil
|
n.Status.Conditions = nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user