Browse Source

fix(playwright): correct formula datetime year

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

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

Loading…
Cancel
Save