Skip to content

Commit 2002023

Browse files
authored
Merge pull request kubernetes#127656 from jdtuhui/testifylint/formatter@test/utils
fix: enable formatter rule from testifylint in module test/utils
2 parents fdc48b9 + c5e9519 commit 2002023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/image/csi_manifests_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ func TestCSIImageConfigs(t *testing.T) {
6161
assert.NotEmpty(t, config.version, "version")
6262
actualImages.Insert(config.name)
6363
}
64-
assert.ElementsMatch(t, expectedImages, actualImages.UnsortedList(), "found these images: %+v", configs)
64+
assert.ElementsMatchf(t, expectedImages, actualImages.UnsortedList(), "found these images: %+v", configs)
6565
}

0 commit comments

Comments
 (0)