summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/actions/user.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/actions/user.spec.js b/test/actions/user.spec.js
index 9bd93d4010..b2c758d021 100644
--- a/test/actions/user.spec.js
+++ b/test/actions/user.spec.js
@@ -89,7 +89,7 @@ describe('actions', () => {
it('should log out', (done) => {
let callCount = 0;
const getState = () => ({ account: '1234', status: LoginState.ok });
- const dispatch = chai.spy( (u) => {
+ const dispatch = chai.spy( () => {
callCount += 1;
if(callCount === 1) {