We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2286738 commit 1900786Copy full SHA for 1900786
1 file changed
internal/ospackage/rpmutils/helper_test.go
@@ -367,9 +367,9 @@ func TestFindAllCandidates(t *testing.T) {
367
Provides: []string{"provided-capability"},
368
},
369
{
370
- Name: "file-provider",
+ Name: "file-provider",
371
Version: "1.0-1",
372
- Files: []string{"/usr/bin/curl"},
+ Files: []string{"/usr/bin/curl"},
373
374
}
375
0 commit comments