Skip to content

Commit

Permalink
chore: use new conan v1 lock entry struct
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Feb 7, 2024
1 parent 06636d1 commit 60f0215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syft/format/syftjson/model/package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ func Test_UnmarshalJSON(t *testing.T) {
}
}`),
assert: func(p *Package) {
metadata := p.Metadata.(pkg.ConanLockEntry)
metadata := p.Metadata.(pkg.ConanV1LockEntry)
assert.Equal(t, "False", metadata.Options.MustGet("asio_no_deprecated"))
},
},
Expand Down

0 comments on commit 60f0215

Please sign in to comment.