From b5af2310e1602077a0901580f92948c08896a8a8 Mon Sep 17 00:00:00 2001 From: Nayyir Jutha Date: Wed, 28 Aug 2024 19:13:22 -0400 Subject: [PATCH] Update manage-accounts.test.ts --- tests/manage-accounts.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manage-accounts.test.ts b/tests/manage-accounts.test.ts index 9e8e060e..a8b44bf6 100644 --- a/tests/manage-accounts.test.ts +++ b/tests/manage-accounts.test.ts @@ -52,7 +52,7 @@ test('List Accounts', async t => { AccountService.list(config) } catch (error) { const msg = error.message - t.equal(msg, 'AccountsError: There are currently no accounts available, please create or import your new account using the Manage Accounts feature') + t.equal(msg, 'AccountsError: There are currently no accounts available, please create or import a new account using the Manage Accounts feature') } t.end()