Skip to content

Commit

Permalink
Fix test expectation
Browse files Browse the repository at this point in the history
Signed-off-by: adammcclenaghan <adam@mcclenaghan.co.uk>
  • Loading branch information
adammcclenaghan committed Oct 21, 2024
1 parent bac22de commit d913786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syft/internal/fileresolver/unindexed_directory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ func Test_UnindexedDirectoryResolver_RelativeFileByPath(t *testing.T) {
name: "should find nested file from root",
root: "./test-fixtures/image-simple",
searchFile: "target/really/nested/file-3.txt",
expected: strset.New("file-3.txt"),
expected: strset.New("target/really/nested/file-3.txt"),
},
}
for _, c := range cases {
Expand Down

0 comments on commit d913786

Please sign in to comment.