Update componentDetection.test.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Chad Bentz
2025-05-12 17:35:43 -04:00
committed by GitHub
parent b69d2d201b
commit fcd2c805ee

View File

@@ -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,