it('then puts the success action with response.data as a payload', () => {
      const next = generator.next({ data: { message: 'high five' } })
      expect(next.value).toEqual(put({
        type: 'GET_THE_WATER_SUCCESS',
        payload: { message: 'high five' },