Commit 08fced46 authored by Weibin Lin's avatar Weibin Lin

fix a duplicate case in TestUpdateNodeObjects

parent ce227b06
...@@ -862,7 +862,7 @@ func TestUpdateNodeObjects(t *testing.T) { ...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment