From e4c8eefeb2c968fec0c280dd267dec9021c5f01b Mon Sep 17 00:00:00 2001 From: yunwang0911 <112385953+yunwang0911@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:08:53 +0800 Subject: [PATCH] Update pkg/kubelet/status/state/state_checkpoint_test.go Co-authored-by: Tim Allclair --- pkg/kubelet/status/state/state_checkpoint_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/status/state/state_checkpoint_test.go b/pkg/kubelet/status/state/state_checkpoint_test.go index e91dc3c40bf..44fdb4fb541 100644 --- a/pkg/kubelet/status/state/state_checkpoint_test.go +++ b/pkg/kubelet/status/state/state_checkpoint_test.go @@ -131,7 +131,7 @@ func Test_stateCheckpoint_storeState(t *testing.T) { require.NoError(t, err) actual = newSC.GetPodResourceAllocation() - verifyPodResourceAllocation(t, &tt.args.podResourceAllocation, &actual, "stored pod resource allocation is not equal to original pod resource allocation") + verifyPodResourceAllocation(t, &tt.args.podResourceAllocation, &actual, "restored pod resource allocation is not equal to original pod resource allocation") }) } }