small typo fixes

This commit is contained in:
Fred K. Schott
2019-10-28 10:54:06 -07:00
parent ac0f265a5b
commit e8669891f8
2 changed files with 1 additions and 2 deletions

View File

@@ -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);
});