mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
correct test description
This commit is contained in:
parent
c755c77af7
commit
f6a37f6f04
@ -155,7 +155,7 @@ describe('Vuex store', () => {
|
||||
const commit = jest.fn()
|
||||
const state = {}
|
||||
|
||||
it('calls six commits', () => {
|
||||
it('calls eight commits', () => {
|
||||
logout({ commit, state })
|
||||
expect(commit).toHaveBeenCalledTimes(8)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user