From 48a4e8b555f3aebef961d50cf0280e1fae3ebbc7 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Thu, 4 Sep 2014 17:38:09 -0300 Subject: [PATCH] Test --- test/test.Wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);