From b293abcb56259c9159d692c54b6a362c30200578 Mon Sep 17 00:00:00 2001 From: elweyn Date: Fri, 29 Oct 2021 12:59:23 +0200 Subject: [PATCH] Change the description of the test. --- frontend/src/views/Pages/Login.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Pages/Login.spec.js b/frontend/src/views/Pages/Login.spec.js index daf32d978..c70403353 100644 --- a/frontend/src/views/Pages/Login.spec.js +++ b/frontend/src/views/Pages/Login.spec.js @@ -126,7 +126,7 @@ describe('Login', () => { ) }) - it('does not update community', () => { + it('does not update community data', () => { expect(mockStoreCommit).not.toBeCalled() }) })