Merge pull request #114498 from runzhliu/patch-2

Update kuberuntime_manager_test.go
This commit is contained in:
Kubernetes Prow Robot 2023-03-09 21:33:52 -08:00 committed by GitHub
commit 10802e9be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -939,7 +939,7 @@ func TestComputePodActions(t *testing.T) {
actions podActions
resetStatusFn func(*kubecontainer.PodStatus)
}{
"everying is good; do nothing": {
"everything is good; do nothing": {
actions: noAction,
},
"start pod sandbox and all containers for a new pod": {