Skip to content

Commit 79acc76

Browse files
committed
Fix types in test
1 parent 9d43ea0 commit 79acc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/tests/fetchBaseQuery.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ describe('fetchBaseQuery', () => {
799799
})
800800

801801
test('prepareHeaders provides extra api information for getState, extra, endpoint, type and forced', async () => {
802-
let _getState, _args, _extra, _endpoint, _type, _forced
802+
let _getState, _args: any, _extra, _endpoint, _type, _forced
803803

804804
const baseQuery = fetchBaseQuery({
805805
baseUrl,

0 commit comments

Comments
 (0)