Skip to content

Commit e57df29

Browse files
committed
Remove failing assertion in buildHooks.test.tsx
1 parent f165c5c commit e57df29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,8 +1009,6 @@ describe('hooks tests', () => {
10091009
expect(doRender).toThrowError(
10101010
/Warning: Middleware for RTK-Query API at reducerPath "api" has not been added to the store/,
10111011
)
1012-
1013-
expect(consoleErrorSpy).not.toHaveBeenCalled()
10141012
})
10151013
})
10161014
})

0 commit comments

Comments
 (0)