X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-type.datasource.spec.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-type.datasource.spec.ts;h=aa759bc455986c6fa2a95970ee4e2ed72560acc7;hb=b38d7384f7ef6571895d6d0cf89791749c33f783;hp=5b833686258d7a47b3e3a208e4abee324595b46d;hpb=2b1dd82418c73899e94d98a70d5996d5c7fd6923;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-control/policy-type.datasource.spec.ts index 5b83368..aa759bc 100644 --- a/webapp-frontend/src/app/policy-control/policy-type.datasource.spec.ts +++ b/webapp-frontend/src/app/policy-control/policy-type.datasource.spec.ts @@ -20,7 +20,6 @@ import { TestBed } from '@angular/core/testing'; import { BehaviorSubject, of } from 'rxjs'; -import { NotificationService } from '../services/ui/notification.service'; import { ToastrModule } from 'ngx-toastr'; import { PolicyTypeDataSource } from './policy-type.datasource'; import { PolicyService } from '../services/policy/policy.service'; @@ -48,8 +47,7 @@ describe('PolicyTypeDataSource', () => { TestBed.configureTestingModule({ imports: [ToastrModule.forRoot()], providers: [ - { provide: PolicyService, useValue: policyServiceSpy }, - NotificationService + { provide: PolicyService, useValue: policyServiceSpy } ] }); });