mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 18:06:39 +00:00
test: fix for roundup
This commit is contained in:
@@ -127,7 +127,7 @@ const formulaDataByDbType = (context: NcContext, index: number) => {
|
||||
|
||||
{
|
||||
formula: 'ROUNDDOWN({CityId} + 2.49, 1)',
|
||||
result: ['3', '4', '5', '6', '7'],
|
||||
result: ['3.4', '4.4', '5.4', '6.4', '7.4'],
|
||||
},
|
||||
{
|
||||
formula: 'ROUNDUP({CityId} + 2.49, 1)',
|
||||
|
||||
Reference in New Issue
Block a user