mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
fix typo for daemon_controller_test.go
This commit is contained in:
parent
6010cbe593
commit
03f9f75e88
@ -571,7 +571,7 @@ func TestExpectationsOnRecreate(t *testing.T) {
|
||||
t.Fatalf("No expectations found for DaemonSet %q", oldDSKey)
|
||||
}
|
||||
if dsExp.Fulfilled() {
|
||||
t.Errorf("There should be unfulfiled expectation for creating new pods for DaemonSet %q", oldDSKey)
|
||||
t.Errorf("There should be unfulfilled expectation for creating new pods for DaemonSet %q", oldDSKey)
|
||||
}
|
||||
|
||||
// process updates DS, update adds to queue
|
||||
@ -641,7 +641,7 @@ func TestExpectationsOnRecreate(t *testing.T) {
|
||||
t.Fatalf("No expectations found for DaemonSet %q", oldDSKey)
|
||||
}
|
||||
if dsExp.Fulfilled() {
|
||||
t.Errorf("There should be unfulfiled expectation for creating new pods for DaemonSet %q", oldDSKey)
|
||||
t.Errorf("There should be unfulfilled expectation for creating new pods for DaemonSet %q", oldDSKey)
|
||||
}
|
||||
|
||||
err = validateSyncDaemonSets(manager, fakePodControl, 1, 0, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user