Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <kzantow@gmail.com>
  • Loading branch information
kzantow committed Sep 13, 2024
1 parent c04dfde commit 113ffff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syft/pkg/cataloger/debian/parse_dpkg_db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func Test_parseDpkgStatus_negativeCases(t *testing.T) {
{
name: "no more packages",
input: `Package: apt`,
wantErr: require.NoError,
wantErr: requireAs(errors.New("unable to determine packages")),
},
{
name: "duplicated key",
Expand Down

0 comments on commit 113ffff

Please sign in to comment.