Snackbar: fix auth test
This commit is contained in:
parent
14a5d478f3
commit
0b8b0b82f7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ describe('logOut()', () => {
|
||||||
it('creates expected actions', () => {
|
it('creates expected actions', () => {
|
||||||
const expectedActions = [
|
const expectedActions = [
|
||||||
{ type: AUTH_LOGGED_OUT },
|
{ type: AUTH_LOGGED_OUT },
|
||||||
{ type: ALERT_SHOW, title: 'Successfully logged out.', message: '' },
|
{ type: ALERT_SHOW, message: 'Logged out.', severity: 'success' },
|
||||||
];
|
];
|
||||||
const store = mockStore(ImmutableMap());
|
const store = mockStore(ImmutableMap());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue