From 203f6e5c2e2c7bb9d832d7b59c94ce4bac7b7e1f Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Mon, 12 May 2025 17:39:26 -0400 Subject: [PATCH] Update componentDetection.test.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- componentDetection.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/componentDetection.test.ts b/componentDetection.test.ts index b283063..019fcd8 100644 --- a/componentDetection.test.ts +++ b/componentDetection.test.ts @@ -24,7 +24,7 @@ describe("ComponentDetection.makePackageUrl", () => { const packageUrl = ComponentDetection.makePackageUrl(null); expect(packageUrl).toBe(""); }); - test("returns a empty valid package url from null object properties", () => { + test("returns an empty string for null packageUrlJson properties", () => { const packageUrl = ComponentDetection.makePackageUrl({ Scheme: null, Type: null,