summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts')
-rw-r--r--portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts b/portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts
index b8f0d334..fdaec249 100644
--- a/portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts
+++ b/portal-FE-common/src/app/shared/services/notification/notification.service.spec.ts
@@ -39,9 +39,10 @@
import { TestBed } from '@angular/core/testing';
import { NotificationService } from './notification.service';
+import { HttpClientTestingModule } from '@angular/common/http/testing';
describe('NotificationService', () => {
- beforeEach(() => TestBed.configureTestingModule({}));
+ beforeEach(() => TestBed.configureTestingModule({imports:[HttpClientTestingModule]}));
it('should be created', () => {
const service: NotificationService = TestBed.get(NotificationService);