Skip to content

Commit 163f483

Browse files
committed
Fix type errors in test
1 parent a83ea31 commit 163f483

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
@@ -852,7 +852,7 @@ describe('fetchBaseQuery', () => {
852852
})
853853

854854
test('prepareHeaders provides args', async () => {
855-
let _args
855+
let _args: any
856856

857857
const baseQuery = fetchBaseQuery({
858858
baseUrl,

0 commit comments

Comments
 (0)