correct test description

This commit is contained in:
Ulf Gebhardt 2021-10-04 10:12:50 +02:00
parent c755c77af7
commit f6a37f6f04
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

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