adapt tests

This commit is contained in:
clauspeterhuebner 2025-03-20 00:49:43 +01:00
parent 92c3d5275a
commit 4daf151b62

View File

@ -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)