Skip to content

Commit 969c1c8

Browse files
ci: apply automated fixes
1 parent 996daa0 commit 969c1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-query/src/__tests__/regression-8434-transition.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ describe('react transitions', () => {
9090
screen.getByRole('button', { name: 'increment' }).click()
9191
}
9292
})
93-
94-
// resolve all
93+
94+
// resolve all
9595
for (const resolve of Object.values(resolveByCount)) {
9696
await sleep(1)
9797
await act(async () => {

0 commit comments

Comments
 (0)