fix tests

This commit is contained in:
Matias Alejo Garcia 2014-02-14 18:26:26 -03:00
parent 7c37e1e35f
commit 68b4342525
2 changed files with 1 additions and 11 deletions

View File

@ -46,7 +46,7 @@
"balance": 1199.74393853, "balance": 1199.74393853,
"totalReceived": 1199.74393853, "totalReceived": 1199.74393853,
"totalSent": 0, "totalSent": 0,
"txApperances": 5763 "txApperances": 6049
}, },
{ {
"addr": "mjRmkmYzvZN3cA3aBKJgYJ65epn3WCG84H", "addr": "mjRmkmYzvZN3cA3aBKJgYJ65epn3WCG84H",

View File

@ -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) { it('getLastBlockHash', function(done) {
var d = new Status(); var d = new Status();