Skip to content

Commit e4c8eef

Browse files
Update pkg/kubelet/status/state/state_checkpoint_test.go
Co-authored-by: Tim Allclair <[email protected]>
1 parent b00f221 commit e4c8eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/status/state/state_checkpoint_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func Test_stateCheckpoint_storeState(t *testing.T) {
131131
require.NoError(t, err)
132132

133133
actual = newSC.GetPodResourceAllocation()
134-
verifyPodResourceAllocation(t, &tt.args.podResourceAllocation, &actual, "stored pod resource allocation is not equal to original pod resource allocation")
134+
verifyPodResourceAllocation(t, &tt.args.podResourceAllocation, &actual, "restored pod resource allocation is not equal to original pod resource allocation")
135135
})
136136
}
137137
}

0 commit comments

Comments
 (0)