Audit log,resolved merge conflict
[portal.git] / portal-FE-common / src / app / shared / services / auditLog / audit-log.service.spec.ts
1 import { TestBed } from '@angular/core/testing';
2
3 import { AuditLogService } from './audit-log.service';
4 import { HttpClientTestingModule} from '@angular/common/http/testing';
5
6 describe('AuditLogService', () => {
7   beforeEach(() => TestBed.configureTestingModule({imports: [HttpClientTestingModule]}));
8
9   it('should be created', () => {
10     const service: AuditLogService = TestBed.get(AuditLogService);
11     expect(service).toBeTruthy();
12   });
13 });