From 690efc0aff6934044687a4e19703a1404a42ee51 Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Thu, 9 Sep 2021 00:48:39 +0200 Subject: [PATCH] fix test --- tests/unit/functions/updatenotification_spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/unit/functions/updatenotification_spec.js b/tests/unit/functions/updatenotification_spec.js index 79018334..ff648177 100644 --- a/tests/unit/functions/updatenotification_spec.js +++ b/tests/unit/functions/updatenotification_spec.js @@ -19,8 +19,6 @@ describe("Updatenotification", function () { const gitInfo = arr[0]; branch = gitInfo.current; expect(gitInfo.current).not.toBe(""); - expect(gitInfo.tracking).not.toBe(""); - expect(gitInfo.hash).not.toBe(""); }, 15000); it("should return no refs for git fetch", async function () {