Fix error on ledger subscription message without validated_ledgers

This commit is contained in:
Chris Clark
2015-12-14 11:07:58 -08:00
parent c23c6e4fc9
commit cce55b9361
3 changed files with 24 additions and 9 deletions

View File

@@ -42,7 +42,6 @@ describe('RippleAPIBroadcast', function() {
this.mocks.forEach(mock => mock.socket.send(JSON.stringify(ledgerNext)));
setTimeout(() => {
console.log('-- ledgerVersion', this.api.ledgerVersion);
assert.strictEqual(gotLedger, 1);
done();
}, 50);