mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 20:55:48 +00:00
Rename toTimestamp/fromTimestamp
This commit is contained in:
@@ -601,7 +601,7 @@ describe('RippleAPI', function() {
|
||||
assert(false, 'Should throw NetworkError');
|
||||
}).catch(error => {
|
||||
assert(error instanceof this.api.errors.RippledError);
|
||||
assert(error.message.indexOf('slowDown') !== -1);
|
||||
assert(_.includes(error.message, 'slowDown'));
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user