mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
remove .only
This commit is contained in:
parent
f3b42f1e33
commit
28fbdca830
@ -224,7 +224,7 @@ describe('PendingTransactionWatcher', function () {
|
||||
pendingTxWatcher.resubmitPendingTxs()
|
||||
})
|
||||
})
|
||||
describe.only('#_resubmitTx with a too-low balance', function () {
|
||||
describe('#_resubmitTx with a too-low balance', function () {
|
||||
it('should return before publishing the transaction because to low of balance', function (done) {
|
||||
const lowBalance = '0x0'
|
||||
pendingTxWatcher.getBalance = (address) => {
|
||||
|
Loading…
Reference in New Issue
Block a user