Skip to content

Commit be836cd

Browse files
committed
pages nit
1 parent a16e585 commit be836cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-core/src/__tests__/queryClient.test-d.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ describe('infiniteQuery', () => {
268268
expectTypeOf(data).toEqualTypeOf<InfiniteData<{ count: number }, number>>()
269269
})
270270

271-
it('should not allow passing getNextPageParam without pages', () => {
271+
it('should allow passing getNextPageParam without pages', () => {
272272
assertType<Parameters<QueryClient['infiniteQuery']>>([
273273
{
274274
queryKey: ['key'],

0 commit comments

Comments
 (0)