Skip to content

Commit

Permalink
fix bom ref in test
Browse files Browse the repository at this point in the history
Signed-off-by: Paul <[email protected]>
  • Loading branch information
paul-doherty committed Jan 16, 2025
1 parent eee8238 commit eb2116a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/helpers/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2086,7 +2086,7 @@ test("parse pub lock", async () => {
version: "2.11.0",
_integrity:
"sha256-947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c",
"bom-ref": "pkg:dart/[email protected]",
"bom-ref": "pkg:pub/[email protected]",
scope: "required",
});
expect(root_list.length).toEqual(3);
Expand All @@ -2095,7 +2095,7 @@ test("parse pub lock", async () => {
version: "3.0.2",
_integrity:
"sha256-99d63c60f00fac81249ce6410ee015d7b125c63d8278a30da81edf3317a1f6a0",
"bom-ref": "pkg:dart/[email protected]",
"bom-ref": "pkg:pub/[email protected]",
scope: "required",
});
dep_list = parsePubYamlData(
Expand Down

0 comments on commit eb2116a

Please sign in to comment.