Skip to content

Commit

Permalink
chore(ng-auth): handle refresh token with tokenLogin function
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-morandi-zupit committed Oct 9, 2023
1 parent 5572bd9 commit e4aeff6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('AuthenticationService', () => {
})
})

it('should login if accessToken and refreshToken are valid', (done) => {
it('should login with tokenLogin if accessToken and refreshToken are valid', (done) => {
const user = { name: 'Foo', surname: 'Bar', email: '[email protected]' }
const tokenPair = {
accessToken: 'access-token',
Expand Down

0 comments on commit e4aeff6

Please sign in to comment.