it('Cannot outdent without changeParent link', () => {
      const workPackage:any = { id: '1234' };
      expect(service.canOutdent(workPackage)).toBeFalsy();
    });