diff --git a/componentDetection.test.ts b/componentDetection.test.ts index 2c057be..b283063 100644 --- a/componentDetection.test.ts +++ b/componentDetection.test.ts @@ -20,7 +20,7 @@ test("Parses CLI output", async () => { }); describe("ComponentDetection.makePackageUrl", () => { - test("returns a empty valid package url from null object", () => { + test("returns an empty string when packageUrlJson is null", () => { const packageUrl = ComponentDetection.makePackageUrl(null); expect(packageUrl).toBe(""); });