Snackbar: fix auth test

config-ui-updates
Alex Gleason 4 years ago
parent 14a5d478f3
commit 0b8b0b82f7
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -10,7 +10,7 @@ describe('logOut()', () => {
it('creates expected actions', () => {
const expectedActions = [
{ type: AUTH_LOGGED_OUT },
{ type: ALERT_SHOW, title: 'Successfully logged out.', message: '' },
{ type: ALERT_SHOW, message: 'Logged out.', severity: 'success' },
];
const store = mockStore(ImmutableMap());

Loading…
Cancel
Save