Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Mar 23, 2020
1 parent 832da55 commit 5d035ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe('WidgetCreationDateOverTime.vue', () => {
expect(init).toBeCalledTimes(1)
await store.commit('insights/index', anotherIndex)
expect(init).toBeCalledTimes(2)
await store.commit('insights/index', index)
})

describe('interval value and selectors', () => {
Expand Down

0 comments on commit 5d035ef

Please sign in to comment.