diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-22 19:20:52 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-22 19:20:52 +0000 |
| commit | 5cbfddab9874c163f7ea697d45eeccb8116ce161 (patch) | |
| tree | 09097270e9956b6aca2642d9d8b7e82d27831c5a /test | |
| parent | b357e668d82d9f002d8145c394b72bc593db3582 (diff) | |
| download | mullvadvpn-5cbfddab9874c163f7ea697d45eeccb8116ce161.tar.xz mullvadvpn-5cbfddab9874c163f7ea697d45eeccb8116ce161.zip | |
- Switch tray icon when connected
- Fix ESLint issues
Diffstat (limited to 'test')
| -rw-r--r-- | test/actions/user.spec.js | 2 |
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) { |
