From 7ec128c2e441df19a8ccc568d4135ce60327562b Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 21 Oct 2019 11:28:57 -0700 Subject: [PATCH] move tests to TypeScript --- test/api-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });