This commit is contained in:
Karsten Hassel 2021-09-09 00:48:39 +02:00
parent 627cfa1dff
commit 690efc0aff

View File

@ -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 () {