it('should have a error action creator', () => {
      const notification = { message: 'hello' };

      const expectedAction = {
        type: 'our-wedding-heroes/notifications/ERROR_NOTIFICATION',