This commit is contained in:
Adria Navarro 2024-07-12 12:17:32 +02:00
parent 50c8449f4b
commit f06d0a5cd6
1 changed files with 1 additions and 1 deletions

View File

@ -160,9 +160,9 @@ describe("/rowsActions", () => {
expect(await config.api.rowAction.find(tableId)).toEqual({ expect(await config.api.rowAction.find(tableId)).toEqual({
actions: { actions: {
[res.id]: { [res.id]: {
...rowAction,
id: res.id, id: res.id,
tableId: tableId, tableId: tableId,
...rowAction,
}, },
}, },
}) })