Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusef Saraby committed Feb 27, 2023
1 parent c96beb4 commit 1af7509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ test("get repo license", async () => {
});
expect(license).toEqual({
id: "Apache-2.0",
url: "https://github.com/AppThreat/cdxgen/blob/master/LICENSE",
url: "https://github.com/CycloneDX/cdxgen/blob/master/LICENSE",
});

license = await utils.getRepoLicense("https://cloud.google.com/go", {
Expand Down

0 comments on commit 1af7509

Please sign in to comment.