Cleanup test

This commit is contained in:
Adria Navarro 2024-10-28 13:55:08 +01:00
parent d944e3a8f9
commit b92427015b
1 changed files with 1 additions and 1 deletions

View File

@ -3076,7 +3076,7 @@ describe.each([
},
],
["from original saved row", (row: Row) => row],
["from updated row", (row: Row) => config.api.row.save(viewId, row)],
["from updated row", (row: Row) => config.api.row.save(viewId, row)],
]
it.each(testScenarios)(