Skip to content

Commit 453ba91

Browse files
juniusfreeriqts
andauthored
Update packages/toolkit/src/query/tests/buildHooks.test.tsx
Co-authored-by: Jackson Brummell <jacksonbrummell1@gmail.com>
1 parent 0a861e7 commit 453ba91

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
@@ -896,7 +896,7 @@ describe('hooks tests', () => {
896896
})
897897
})
898898

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

902902
function QueryComponent() {

0 commit comments

Comments
 (0)