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=ac19f82b9d508f5a11112761cbb49a6e9d78e304;hb=ad70d4114bbfc5dbf20fd1a8151095d89610c759;hp=aa759bc455986c6fa2a95970ee4e2ed72560acc7;hpb=4838d8b20a658d97e41d744c7f50986ad1d5f80f;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 aa759bc..ac19f82 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 @@ -70,7 +70,7 @@ describe('PolicyTypeDataSource', () => { }); it('should create', () => { - policyTypeDataSource = TestBed.get(PolicyTypeDataSource); + policyTypeDataSource = TestBed.inject(PolicyTypeDataSource); expect(policyTypeDataSource).toBeTruthy(); });