Skip to content

Commit 07898dd

Browse files
juniusfreemarkerikson
authored andcommitted
Update packages/toolkit/src/query/tests/buildHooks.test.tsx
1 parent 2035660 commit 07898dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ describe('hooks tests', () => {
903903
})
904904
})
905905

906-
test('reset after unmount/remount', async () => {
906+
test('hook should not be stuck loading post resetApiState after re-render', async () => {
907907
const user = userEvent.setup()
908908

909909
function QueryComponent() {

0 commit comments

Comments
 (0)