Move Enrichment Producer Logic from backend
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-job.datasource.spec.ts
index cb530a6..dc51387 100644 (file)
@@ -17,7 +17,7 @@
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+import { TestBed } from '@angular/core/testing';
 import { BehaviorSubject, of } from 'rxjs';
 
 import { EIJobDataSource } from './ei-job.datasource';
@@ -51,7 +51,7 @@ describe('EIJobDataSource', () => {
         expect(dataSource).toBeTruthy();
     });
 
-    it('#getJobs and connect', () => {
+    it('#getJobs', () => {
         dataSource.getJobs();
         const jobsSubject: BehaviorSubject<EIJob[]> = dataSource.eiJobsSubject;
         const value = jobsSubject.getValue();