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

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": {