diff --git a/test/test.Wallet.js b/test/test.Wallet.js index 222296a76..05c9cc658 100644 --- a/test/test.Wallet.js +++ b/test/test.Wallet.js @@ -802,7 +802,7 @@ describe('Wallet model', function() { }); }); - describe.only('removeTxWithSpentInputs', function () { + describe('removeTxWithSpentInputs', function () { it('should remove pending TxProposal with spent inputs', function(done) { var w = cachedCreateW2(); var utxo = createUTXO(w);