From 42de365a42363a86f092212ea298ce5baa50343e Mon Sep 17 00:00:00 2001 From: Waler Date: Wed, 11 Mar 2026 20:34:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20test:=20Fixing=20retention=20test?= =?UTF-8?q?=20for=20update=20operations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/update-operation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/update-operation.test.ts b/app/store/update-operation.test.ts index 997f21a8..8d327473 100644 --- a/app/store/update-operation.test.ts +++ b/app/store/update-operation.test.ts @@ -282,7 +282,7 @@ describe('Update Operation Store', () => { }); for (let i = 0; i < 97; i += 1) { - vi.setSystemTime(new Date(2026, 1, 1, 0, 1, i)); + vi.setSystemTime(new Date(2026, 2, 1, 0, 1, i)); fresh.updateOperation(third.id, { lastError: `error-${i}`, });