From 68b434252563f3173984a603e6adb62c392f090c Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 14 Feb 2014 18:26:26 -0300 Subject: [PATCH] fix tests --- test/integration/addr.json | 2 +- test/integration/status.js | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/test/integration/addr.json b/test/integration/addr.json index b9850850..b68d913a 100644 --- a/test/integration/addr.json +++ b/test/integration/addr.json @@ -46,7 +46,7 @@ "balance": 1199.74393853, "totalReceived": 1199.74393853, "totalSent": 0, - "txApperances": 5763 + "txApperances": 6049 }, { "addr": "mjRmkmYzvZN3cA3aBKJgYJ65epn3WCG84H", diff --git a/test/integration/status.js b/test/integration/status.js index 663e4730..82dea3a4 100644 --- a/test/integration/status.js +++ b/test/integration/status.js @@ -28,16 +28,6 @@ describe('Status', function(){ }); }); - it('getTxOutSetInfo', function(done) { - var d = new Status(); - - d.getTxOutSetInfo(function(err) { - if (err) done(err); - assert.equal('number', typeof d.txoutsetinfo.txouts); - done(); - }); - }); - it('getLastBlockHash', function(done) { var d = new Status();