diff --git a/tests/playwright/tests/columnFormula.spec.ts b/tests/playwright/tests/columnFormula.spec.ts index 650d9501a4..25d6e8ede7 100644 --- a/tests/playwright/tests/columnFormula.spec.ts +++ b/tests/playwright/tests/columnFormula.spec.ts @@ -68,7 +68,7 @@ const formulaDataByDbType = (context: NcContext) => [ }, { formula: `DATETIME_DIFF(NOW(), "2023/10/14", "y")`, - result: ['-1', '-1', '-1', '-1', '-1'], + result: ['0', '0', '0', '0', '0'], }, { formula: `DATETIME_DIFF("2022/10/14", NOW(), "y")`,