Skip to content

Commit

Permalink
Fix api service test
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Sep 10, 2024
1 parent 64a1e64 commit e58c089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web-app/admin/src/app/api/api.service.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { HttpClient } from '@angular/common/http';
import { HttpTestingController, HttpClientTestingModule } from '@angular/common/http/testing';
import { TestBed } from '@angular/core/testing';
import { ExportService } from '../export/export.service';
import { ApiService } from './api.service';

describe('API Service Tests', () => {
Expand All @@ -10,7 +9,7 @@ describe('API Service Tests', () => {

beforeEach(() => {
TestBed.configureTestingModule({
providers: [ExportService],
providers: [],
imports: [HttpClientTestingModule]
});

Expand Down

0 comments on commit e58c089

Please sign in to comment.