Update kuberuntime_manager_test.go

Typo fix.
This commit is contained in:
runzhliu 2022-12-15 08:43:01 +08:00 committed by GitHub
parent 69fe066adc
commit b3aefb7ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -914,7 +914,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": {