Skip to content

Commit a7b783a

Browse files
authored
test(vue-query): replace deprecated 'toBeCalledWith' with 'toHaveBeenCalledWith' (#10968)
1 parent 835a299 commit a7b783a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vue-query/src/__tests__/useQuery.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('useQuery', () => {
3434
staleTime: 1000,
3535
})
3636

37-
expect(useBaseQuery).toBeCalledWith(
37+
expect(useBaseQuery).toHaveBeenCalledWith(
3838
QueryObserver,
3939
{
4040
queryKey: key,

0 commit comments

Comments
 (0)