Commit 870838a
fix lint issue found after the upgrade to v1.63.4
Following the error fixed.
make lint GOLANGCI_LINT_ARGS="--out-format colored-line-number"
/Users/camilam/go/bin/golangci-lint-v1.63.4 run --build-tags containers_image_openpgp --out-format colored-line-number
internal/rukpak/convert/registryv1_test.go:489:2: encoded-compare: use require.JSONEq (testifylint)
require.Equal(t, `[{"type":"from-csv-annotations-key","value":"from-csv-annotations-value"},{"type":"from-file-key","value":"from-file-value"}]`, chrt.Metadata.Annotations[olmProperties])1 parent 77625c4 commit 870838a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
| 489 | + | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| |||
0 commit comments