Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fix an eslint bug in voteDialog integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharAyari committed Nov 13, 2017
1 parent 48ac1cb commit 348d4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/voteDialog/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const peers = {
port: 443,
},
};

store.dispatch(accountLoggedIn(realAccount));
store.dispatch({
data: peers,
Expand Down

0 comments on commit 348d4cb

Please sign in to comment.