mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
test - unit - pending-tx-tracker - update method name
This commit is contained in:
parent
686d5cf825
commit
31f47a7a42
@ -134,14 +134,14 @@ describe('PendingTransactionTracker', function () {
|
||||
})
|
||||
})
|
||||
|
||||
it('should warp all txMeta\'s in #_checkPendingTx', function (done) {
|
||||
it('should warp all txMeta\'s in #updatePendingTxs', function (done) {
|
||||
pendingTxTracker.getPendingTransactions = () => txList
|
||||
pendingTxTracker._checkPendingTx = (tx) => { tx.resolve(tx) }
|
||||
Promise.all(txList.map((tx) => tx.processed))
|
||||
.then((txCompletedList) => done())
|
||||
.catch(done)
|
||||
|
||||
pendingTxTracker._checkPendingTxs()
|
||||
pendingTxTracker.updatePendingTxs()
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user