Skip to content

Commit

Permalink
Fix type errors in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Sep 23, 2024
1 parent a83ea31 commit 163f483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/query/tests/fetchBaseQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ describe('fetchBaseQuery', () => {
})

test('prepareHeaders provides args', async () => {
let _args
let _args: any

const baseQuery = fetchBaseQuery({
baseUrl,
Expand Down

0 comments on commit 163f483

Please sign in to comment.