mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +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 {
|
||||
t.Errorf("Wanted %v, got %v", expect, got)
|
||||
}
|
||||
return
|
||||
|
||||
// Update an existing node.
|
||||
callbackCalled := false
|
||||
|
Loading…
Reference in New Issue
Block a user