Fix tests
This commit is contained in:
parent
891e77e2bf
commit
17c365d398
|
@ -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,
|
||||
}),
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue