mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct test
This commit is contained in:
parent
7a4a989348
commit
ff39ae6c74
@ -161,9 +161,9 @@ describe('Vuex store', () => {
|
||||
const commit = vi.fn()
|
||||
const state = {}
|
||||
|
||||
it('calls twenty-two commits', () => {
|
||||
it('calls twenty-one commits', () => {
|
||||
logout({ commit, state })
|
||||
expect(commit).toHaveBeenCalledTimes(22)
|
||||
expect(commit).toHaveBeenCalledTimes(21)
|
||||
})
|
||||
|
||||
// ... (other logout action tests remain largely the same)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user