]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-validators.spec.ts
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / forms / cd-validators.spec.ts
index 7af3890913da01dc66912e6de2ceba6f12532eff..557a179cc5aff63629d7f08a544a814e16648279 100644 (file)
@@ -3,7 +3,7 @@ import { FormControl, Validators } from '@angular/forms';
 
 import { of as observableOf } from 'rxjs';
 
-import { FormHelper } from '../../../testing/unit-test-helper';
+import { FormHelper } from '~/testing/unit-test-helper';
 import { CdFormGroup } from './cd-form-group';
 import { CdValidators } from './cd-validators';