Update frontend/src/store/store.test.js

Co-authored-by: clauspeterhuebner <86960882+clauspeterhuebner@users.noreply.github.com>
This commit is contained in:
einhornimmond 2025-02-27 18:38:03 +01:00 committed by GitHub
parent 91c1481785
commit 76219f5ab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,7 +161,7 @@ describe('Vuex store', () => {
const commit = vi.fn()
const state = {}
it('calls twente commits', () => {
it('calls twenty commits', () => {
logout({ commit, state })
expect(commit).toHaveBeenCalledTimes(20)
})