Skip to content

Commit 7692db0

Browse files
committed
Update unit test
1 parent 971320e commit 7692db0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/transaction-controller/src/helpers/TransactionPoller.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,6 @@ describe('TransactionPoller', () => {
250250
BLOCK_TRACKER_MOCK.on.mock.calls[0][1](BLOCK_NUMBER_MOCK);
251251
await flushPromises();
252252

253-
for (let i = 0; i < ACCELERATED_COUNT_MAX; i++) {
254-
jest.runOnlyPendingTimers();
255-
await flushPromises();
256-
}
257-
258253
poller.setPendingTransactions(newPendingTransactions);
259254

260255
for (let i = 0; i < ACCELERATED_COUNT_MAX; i++) {

0 commit comments

Comments
 (0)