diff --git a/test/api-test.ts b/test/api-test.ts index c91585ab..2c6a9f0f 100644 --- a/test/api-test.ts +++ b/test/api-test.ts @@ -4609,7 +4609,7 @@ describe('RippleAPI', function () { }); } return utils.getRecursive(getter, 10).then(() => { - assert(false, 'Should throw Error'); + assert(false, 'Should th row Error'); }).catch(error => { assert(error instanceof Error); });