1
0
Fork 0
mirror of synced 2024-08-09 15:17:57 +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,
}))
),
hasNextPage: false,
bookmark: null,
...(isInternal
? {}
: {
hasNextPage: false,
bookmark: null,
}),
})
})
@ -1153,8 +1157,12 @@ describe.each([
...defaultRowFields,
}))
),
hasNextPage: false,
bookmark: null,
...(isInternal
? {}
: {
hasNextPage: false,
bookmark: null,
}),
})
})