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

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