Skip to content

Commit

Permalink
Fix 😱
Browse files Browse the repository at this point in the history
  • Loading branch information
baumannzone committed Jan 30, 2020
1 parent 9330459 commit d4cd0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/api/seasons.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('API/season.js', () => {

store.state.oauth.accessToken = token

await expect(listSeasons(region))
await listSeasons(region)

expect(axios.get).toBeCalledTimes(1)
expect(axios.get).toHaveBeenCalledWith(url, params)
Expand Down

0 comments on commit d4cd0d3

Please sign in to comment.