Skip to content

Commit 203f6e5

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

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
@@ -24,7 +24,7 @@ describe("ComponentDetection.makePackageUrl", () => {
2424
const packageUrl = ComponentDetection.makePackageUrl(null);
2525
expect(packageUrl).toBe("");
2626
});
27-
test("returns a empty valid package url from null object properties", () => {
27+
test("returns an empty string for null packageUrlJson properties", () => {
2828
const packageUrl = ComponentDetection.makePackageUrl({
2929
Scheme: null,
3030
Type: null,

0 commit comments

Comments
 (0)