1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

Fix tests

This commit is contained in:
Adria Navarro 2023-09-13 15:39:59 +02:00
parent 891e77e2bf
commit 17c365d398

View file

@ -1105,8 +1105,12 @@ describe.each([
...defaultRowFields, ...defaultRowFields,
})) }))
), ),
hasNextPage: false, ...(isInternal
bookmark: null, ? {}
: {
hasNextPage: false,
bookmark: null,
}),
}) })
}) })
@ -1153,8 +1157,12 @@ describe.each([
...defaultRowFields, ...defaultRowFields,
})) }))
), ),
hasNextPage: false, ...(isInternal
bookmark: null, ? {}
: {
hasNextPage: false,
bookmark: null,
}),
}) })
}) })