Skip to content

Commit

Permalink
fix: ✅ fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Apr 12, 2024
1 parent 4a193d4 commit 57bd093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue-query/src/__tests__/queryClient.test.ts
Expand Up @@ -284,7 +284,6 @@ describe('QueryCache', () => {
expect(QueryClientOrigin.prototype.fetchInfiniteQuery).toBeCalledWith({
initialPageParam: 0,
queryKey: queryKeyUnref,
getNextPageParam: () => 12,
})
})
})
Expand Down

0 comments on commit 57bd093

Please sign in to comment.