mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 04:05:52 +00:00
small typo fixes
This commit is contained in:
@@ -4609,7 +4609,7 @@ describe('RippleAPI', function () {
|
||||
});
|
||||
}
|
||||
return utils.getRecursive(getter, 10).then(() => {
|
||||
assert(false, 'Should th row Error');
|
||||
assert(false, 'Should throw Error');
|
||||
}).catch(error => {
|
||||
assert(error instanceof Error);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user