Skip to content

Commit 3f82ca7

Browse files
felickzCopilot
andauthored
Update componentDetection.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent fcd2c80 commit 3f82ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

componentDetection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test("Parses CLI output", async () => {
2020
});
2121

2222
describe("ComponentDetection.makePackageUrl", () => {
23-
test("returns a empty valid package url from null object", () => {
23+
test("returns an empty string when packageUrlJson is null", () => {
2424
const packageUrl = ComponentDetection.makePackageUrl(null);
2525
expect(packageUrl).toBe("");
2626
});

0 commit comments

Comments
 (0)