Skip to content

Commit 268aea9

Browse files
author
ben.durrant
committed
action types are unknown
1 parent 963114e commit 268aea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ test('Minimizes the number of subscription dispatches when multiple components a
162162
let getSubscriptionsA = () =>
163163
storeRef.store.getState().api.subscriptions['a(undefined)']
164164

165-
let actionTypes: string[] = []
165+
let actionTypes: unknown[] = []
166166

167167
listenerMiddleware.startListening({
168168
predicate: () => true,

0 commit comments

Comments
 (0)