Skip to content

Commit

Permalink
incorporate .net core improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Oct 12, 2023
1 parent f2086c1 commit b20d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/match_by_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func addPythonMatches(t *testing.T, theSource source.Source, catalog *syftPkg.Co

func addDotnetMatches(t *testing.T, theSource source.Source, catalog *syftPkg.Collection, theStore *mockStore, theResult *match.Matches) {
packages := catalog.PackagesByPath("/dotnet/TestLibrary.deps.json")
if len(packages) != 1 {
if len(packages) != 2 { // TestLibrary + AWSSDK.Core
for _, p := range packages {
t.Logf("Dotnet Package: %s %+v", p.ID(), p)
}
Expand Down

0 comments on commit b20d9c0

Please sign in to comment.