Skip to content

Commit 1af7509

Browse files
author
Yusef Saraby
committed
Fix unit tests
1 parent c96beb4 commit 1af7509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ test("get repo license", async () => {
467467
});
468468
expect(license).toEqual({
469469
id: "Apache-2.0",
470-
url: "https://github.com/AppThreat/cdxgen/blob/master/LICENSE",
470+
url: "https://github.com/CycloneDX/cdxgen/blob/master/LICENSE",
471471
});
472472

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

0 commit comments

Comments
 (0)