Skip to content

Commit 3d33800

Browse files
committed
Remove extra waitForBatchedUpdates
1 parent e0583c3 commit 3d33800

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/actions/SessionTest.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ describe('Session', () => {
200200
setHasRadio(true);
201201
await waitForBatchedUpdates();
202202

203-
await waitForBatchedUpdates();
204-
205203
expect(getAllPersistedRequests().length).toBe(0);
206204
});
207205

@@ -243,8 +241,6 @@ describe('Session', () => {
243241
setHasRadio(true);
244242
await waitForBatchedUpdates();
245243

246-
await waitForBatchedUpdates();
247-
248244
expect(getAllPersistedRequests().length).toBe(0);
249245
});
250246

0 commit comments

Comments
 (0)