diff --git a/tests/setAccessToken.test.ts b/tests/setAccessToken.test.ts index e4f8f11..5d85ad9 100644 --- a/tests/setAccessToken.test.ts +++ b/tests/setAccessToken.test.ts @@ -13,7 +13,7 @@ describe('setAccessToken', () => { // I expect an error to have been thrown expect(async () => { await setAccessToken('accesstoken') - }).rejects.toThrow('Unable to update access token since there are not tokens currently stored') + }).rejects.toThrow('Unable to update access token since there are no tokens currently stored') }) it('throws an error if the stored tokens cannot be parsed', () => {