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