Uplift to Angular 9
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-producer.datasource.spec.ts
index b3b2f4f..0a8f820 100644 (file)
@@ -68,7 +68,7 @@ describe('EIProducerDataSource', () => {
     });
 
     it('should create', () => {
-        dataSource = TestBed.get(EIProducerDataSource);
+        dataSource = TestBed.inject(EIProducerDataSource);
         expect(dataSource).toBeTruthy();
     });