X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy%2Fpolicy-type%2Fpolicy-type.datasource.spec.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-type.datasource.spec.ts;h=dcbea18123ea07a551e006ca71b4baef1079d91b;hb=c43690c45b3f4d08d013ec488b83dea793cca646;hp=ac19f82b9d508f5a11112761cbb49a6e9d78e304;hpb=923a26d056fd5b613aa1342fff7d7f0f74d9267e;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy-control/policy-type.datasource.spec.ts b/webapp-frontend/src/app/policy/policy-type/policy-type.datasource.spec.ts similarity index 95% rename from webapp-frontend/src/app/policy-control/policy-type.datasource.spec.ts rename to webapp-frontend/src/app/policy/policy-type/policy-type.datasource.spec.ts index ac19f82..dcbea18 100644 --- a/webapp-frontend/src/app/policy-control/policy-type.datasource.spec.ts +++ b/webapp-frontend/src/app/policy/policy-type/policy-type.datasource.spec.ts @@ -22,8 +22,8 @@ import { TestBed } from '@angular/core/testing'; import { BehaviorSubject, of } from 'rxjs'; import { ToastrModule } from 'ngx-toastr'; import { PolicyTypeDataSource } from './policy-type.datasource'; -import { PolicyService } from '../services/policy/policy.service'; -import { PolicyTypeSchema } from '../interfaces/policy.types'; +import { PolicyService } from '../../services/policy/policy.service'; +import { PolicyTypeSchema } from '../../interfaces/policy.types'; describe('PolicyTypeDataSource', () => { let policyTypeDataSource: PolicyTypeDataSource;