From fcd2c805ee39cf44707f6c8bfd2a502104105c8d Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Mon, 12 May 2025 17:35:43 -0400 Subject: [PATCH] Update componentDetection.test.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- componentDetection.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/componentDetection.test.ts b/componentDetection.test.ts index 5840c36..2c057be 100644 --- a/componentDetection.test.ts +++ b/componentDetection.test.ts @@ -24,9 +24,6 @@ describe("ComponentDetection.makePackageUrl", () => { const packageUrl = ComponentDetection.makePackageUrl(null); expect(packageUrl).toBe(""); }); -}); - -describe("ComponentDetection.makePackageUrl", () => { test("returns a empty valid package url from null object properties", () => { const packageUrl = ComponentDetection.makePackageUrl({ Scheme: null,