diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/actions.spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/actions.spec.js b/test/actions.spec.js index 8abf18a027..f4c20a05f6 100644 --- a/test/actions.spec.js +++ b/test/actions.spec.js @@ -85,7 +85,7 @@ describe('actions', function() { it('should fail to connect to VPN server', (done) => { const expectedActions = [ { type: 'CONNECTION_CHANGE', payload: { serverAddress: 'se1.mullvad.net', status: 'connecting', error: null } }, - { type: 'CONNECTION_CHANGE', payload: { status: 'disconnected', error: new Error('Server is unreachable.') } } + { type: 'CONNECTION_CHANGE', payload: { status: 'failed', error: new Error('Server is unreachable') } } ]; let state = Object.assign(mockState(), { |
