From 4e3b00eb01186363e5de2a5f4413fe3ab3d9268b Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 12 Jan 2023 14:19:31 +0800 Subject: [PATCH] fix(playwright): correct formula datetime year --- tests/playwright/tests/columnFormula.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/tests/columnFormula.spec.ts b/tests/playwright/tests/columnFormula.spec.ts index 25d6e8ede7..3f29a09c05 100644 --- a/tests/playwright/tests/columnFormula.spec.ts +++ b/tests/playwright/tests/columnFormula.spec.ts @@ -71,7 +71,7 @@ const formulaDataByDbType = (context: NcContext) => [ result: ['0', '0', '0', '0', '0'], }, { - formula: `DATETIME_DIFF("2022/10/14", NOW(), "y")`, + formula: `DATETIME_DIFF("2023/10/14", NOW(), "y")`, result: ['0', '0', '0', '0', '0'], }, {