Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Feb 20, 2018
1 parent b6cb12c commit c9ad43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('auth', () => {
})

return {
token: window.$nuxt.$auth.token,
token: window.$nuxt.$auth.getToken(),
user: window.$nuxt.$auth.state.user
}
})
Expand Down

0 comments on commit c9ad43a

Please sign in to comment.