mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
adapt tests
This commit is contained in:
parent
92c3d5275a
commit
4daf151b62
@ -146,7 +146,7 @@ describe('Vuex store', () => {
|
||||
|
||||
it('calls seventeen commits', () => {
|
||||
login({ commit, state }, commitedData)
|
||||
expect(commit).toHaveBeenCalledTimes(17)
|
||||
expect(commit).toHaveBeenCalledTimes(18)
|
||||
})
|
||||
|
||||
// ... (other login action tests remain largely the same)
|
||||
@ -163,7 +163,7 @@ describe('Vuex store', () => {
|
||||
|
||||
it('calls nineteen commits', () => {
|
||||
logout({ commit, state })
|
||||
expect(commit).toHaveBeenCalledTimes(19)
|
||||
expect(commit).toHaveBeenCalledTimes(20)
|
||||
})
|
||||
|
||||
// ... (other logout action tests remain largely the same)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user