mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Merge pull request #127656 from jdtuhui/testifylint/formatter@test/utils
fix: enable formatter rule from testifylint in module test/utils
This commit is contained in:
commit
2002023a4e
@ -61,5 +61,5 @@ func TestCSIImageConfigs(t *testing.T) {
|
|||||||
assert.NotEmpty(t, config.version, "version")
|
assert.NotEmpty(t, config.version, "version")
|
||||||
actualImages.Insert(config.name)
|
actualImages.Insert(config.name)
|
||||||
}
|
}
|
||||||
assert.ElementsMatch(t, expectedImages, actualImages.UnsortedList(), "found these images: %+v", configs)
|
assert.ElementsMatchf(t, expectedImages, actualImages.UnsortedList(), "found these images: %+v", configs)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user