Skip to content

Commit

Permalink
Fix auth saga tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 10, 2019
1 parent d80ea0e commit 65db47c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@ describe('authSagas', () => {
saga.next(language).put(actions.modules.settings.updateLanguage(language))
})

it('should init analytics user session', () => {
saga.next().put(actions.analytics.initUserSession())
})

it('should launch transferEth saga', () => {
saga.next().fork(transferEthSaga)
})
Expand Down

0 comments on commit 65db47c

Please sign in to comment.