Browse Source

fix(playwright): correct test case result - should be all zeros

pull/4809/head
Wing-Kam Wong 2 years ago
parent
commit
0a93a2c8ed
  1. 2
      tests/playwright/tests/columnFormula.spec.ts

2
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")`,

Loading…
Cancel
Save