mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #103259 from mamil/fix-typo
fix typo for daemon_controller_test.go
This commit is contained in:
commit
06ae9a2ad7
@ -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