mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
refactor getLedgerVersionHelper
This commit is contained in:
@@ -643,9 +643,7 @@ describe('RippleAPI', function() {
|
||||
this.api.getLedgerVersion().then((ver) => {
|
||||
assert.strictEqual(ver, 8819951);
|
||||
done();
|
||||
}, (err) => {
|
||||
done(err);
|
||||
});
|
||||
}, done);
|
||||
});
|
||||
|
||||
it('getLedger', function() {
|
||||
|
||||
Reference in New Issue
Block a user