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'], }, {