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

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