mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Fix bug where debug "return" prevented whole TestAtomicUpdate run
This commit is contained in:
parent
462ce3e196
commit
b3e5f40988
@ -243,7 +243,6 @@ func TestAtomicUpdate(t *testing.T) {
|
|||||||
if expect != got {
|
if expect != got {
|
||||||
t.Errorf("Wanted %v, got %v", expect, got)
|
t.Errorf("Wanted %v, got %v", expect, got)
|
||||||
}
|
}
|
||||||
return
|
|
||||||
|
|
||||||
// Update an existing node.
|
// Update an existing node.
|
||||||
callbackCalled := false
|
callbackCalled := false
|
||||||
|
Loading…
Reference in New Issue
Block a user