diff --git a/test/test.Wallet.js b/test/test.Wallet.js index 70b5baa41..c50434f49 100644 --- a/test/test.Wallet.js +++ b/test/test.Wallet.js @@ -533,11 +533,12 @@ describe('Wallet model', function() { }, ]; + var roundWallet = cachedCreateW2(); roundErrorChecks.forEach(function(c) { - it('check rounding errors ' + c.unspent[0], function(done) { - var w = cachedCreateW2(); - w.generateAddress(); + it('#getBalance should handle rounding errors: ' + c.unspent[0], function(done) { + var w = roundWallet; + //w.generateAddress(); w.blockchain.fixUnspent(c.unspent.map(function(u) { return { amount: u