testProp(
  'useListPagination got correct value',
  [listParamsArbitrary, listDataArbitrary, fc.boolean()],
  (params, data, isLoading) => {
    const wrapper = ({ children }: PropsWithChildren<{}>): JSX.Element => (