mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
@@ -1081,7 +1081,7 @@ func TestDeleteControllerAndExpectations(t *testing.T) {
|
||||
manager.syncReplicaSet(GetKey(rs, t))
|
||||
|
||||
if _, exists, err = manager.expectations.GetExpectations(rsKey); exists {
|
||||
t.Errorf("Found expectaions, expected none since the ReplicaSet has been deleted.")
|
||||
t.Errorf("Found expectations, expected none since the ReplicaSet has been deleted.")
|
||||
}
|
||||
|
||||
// This should have no effect, since we've deleted the ReplicaSet.
|
||||
|
Reference in New Issue
Block a user