From db7d33682e3c97bc9d6947c71cf2c2ebd6504e25 Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Thu, 11 Sep 2014 11:30:55 -0300 Subject: [PATCH] Solving conflicts --- test/test.Wallet.js | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/test/test.Wallet.js b/test/test.Wallet.js index 94bef86f8..c8ae349e5 100644 --- a/test/test.Wallet.js +++ b/test/test.Wallet.js @@ -840,23 +840,6 @@ describe('Wallet model', function() { }); }); - describe('#createTxSync', function() { - it('should fail if amount below min value', function() { - var w = cachedCreateW2(); - var utxo = createUTXO(w); - - var badCreate = function() { - w.createTxSync( - 'mgGJEugdPnvhmRuFdbdQcFfoFLc1XXeB79', - '123', - null, - utxo - ); - } - chai.expect(badCreate).to.throw('invalid amount'); - }); - }); - describe('removeTxWithSpentInputs', function() { it('should remove pending TxProposal with spent inputs', function(done) { var w = cachedCreateW2();