mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #122754 from KubeKyrie/fix/replace-expected-field
expected and actual field position adjustment
This commit is contained in:
commit
72d30a588b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user