Skip to content

Commit

Permalink
Update manage-accounts.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0delta authored Aug 28, 2024
1 parent 6cd2e9f commit b5af231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manage-accounts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b5af231

Please sign in to comment.