Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoTN committed Apr 28, 2017
1 parent 874bab8 commit 249ea10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/teams.reducer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ describe('Teams teams', () => {
const stateBefore = {
selected: 0,
pending: [],
my_pending: 0,
joined: [],
};
const action = actions.setTeams({teams: teamList,});
const stateAfter = {
selected: 0,
pending: [],
my_pending: 0,
joined: teamList,
};

Expand Down

0 comments on commit 249ea10

Please sign in to comment.