test('does not fetch when given the same id', () => {
      let component = mount(<LoadRecord url="/test.json" id="first" />)

      expect(xhr).toHaveBeenCalledTimes(1)
      component.setProps({ id: 'first' })