Skip to content

Commit 5dc8e44

Browse files
committed
typo again
1 parent b227810 commit 5dc8e44

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
@@ -239,7 +239,7 @@ describe('query', () => {
239239
})
240240

241241
describe('infiniteQuery', () => {
242-
it('should not passing select option', () => {
242+
it('should allow passing select option', () => {
243243
assertType<Parameters<QueryClient['infiniteQuery']>>([
244244
{
245245
queryKey: ['key'],

0 commit comments

Comments
 (0)