Change the description of the test.

This commit is contained in:
elweyn 2021-10-29 12:59:23 +02:00
parent 37c90ae6a5
commit b293abcb56

View File

@ -126,7 +126,7 @@ describe('Login', () => {
)
})
it('does not update community', () => {
it('does not update community data', () => {
expect(mockStoreCommit).not.toBeCalled()
})
})