From c9f8cc680ec7b0b80763f1dda1ddc3e0c5c138f8 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 18 Aug 2020 02:18:54 +0200 Subject: [PATCH] =?UTF-8?q?E2E/integration=20tests:=20update=20mocked=20wh?= =?UTF-8?q?en=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/e2e/lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/lib/util.js b/test/e2e/lib/util.js index 3dd8162d..37dd1600 100644 --- a/test/e2e/lib/util.js +++ b/test/e2e/lib/util.js @@ -11,7 +11,7 @@ const hour = 60 * 60 * 1000 const day = 24 * hour const week = 7 * day -const T_MOCK = 1592225430 * 1000 +const T_MOCK = 1597651200 * 1000 // next Monday 10 am const createWhen = (timezone, locale) => {