Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Feb 8, 2024
1 parent 0a29bb7 commit 351d965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setAccessToken.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 351d965

Please sign in to comment.