From b3aefb7ba5b83c52b729bdfc971a744385cf9075 Mon Sep 17 00:00:00 2001 From: runzhliu Date: Thu, 15 Dec 2022 08:43:01 +0800 Subject: [PATCH] Update kuberuntime_manager_test.go Typo fix. --- pkg/kubelet/kuberuntime/kuberuntime_manager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go b/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go index 3dc339e253b..75896bbb17e 100644 --- a/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go +++ b/pkg/kubelet/kuberuntime/kuberuntime_manager_test.go @@ -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": {