aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/pending-tx-test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/pending-tx-test.js b/test/unit/pending-tx-test.js
index d0606bb17..6e50dae6a 100644
--- a/test/unit/pending-tx-test.js
+++ b/test/unit/pending-tx-test.js
@@ -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) => {