hotfix for failing unit test (#3258)

I know this isn't a real solution, but it's the quickest way to get it
working again.

A real solution must be found later.
This commit is contained in:
Karsten Hassel
2023-10-31 19:37:34 +01:00
committed by GitHub
parent 04f0df269a
commit a8d06ae74e
2 changed files with 3 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ describe("Default modules utils tests", () => {
},
time
)
).toBe("07:13");
).toBe("08:13");
});
});
});