Merge pull request #122754 from KubeKyrie/fix/replace-expected-field

expected and actual field position adjustment
This commit is contained in:
Kubernetes Prow Robot 2024-01-16 06:42:03 +01:00 committed by GitHub
commit 72d30a588b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1655,7 +1655,7 @@ func TestCheckpointContainer(t *testing.T) {
test.containerName,
options,
)
require.Equal(t, status, test.expectedStatus)
require.Equal(t, test.expectedStatus, status)
if status != nil {
return