fix test for the complex target date

This commit is contained in:
Julien Calixte
2023-03-18 14:17:41 +01:00
parent 60991e08da
commit fd6b9fbe83

View File

@@ -42,8 +42,8 @@ describe("time until", () => {
months: 10,
days: 30,
hours: 10,
minutes: 9,
seconds: 2062,
minutes: 34,
seconds: 22,
})
})