Skip to content
Snippets Groups Projects
Commit 5417db66 authored by Hamza GRAINI's avatar Hamza GRAINI Committed by pybelecalo
Browse files

[FOX-323] Fix test logbook-operation

parent c421ea00
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ describe('LogbookOperationComponent', () => {
{ provide: ActivatedRoute, useValue: { paramMap: EMPTY, data: EMPTY } },
{ provide: LogbookSearchService, useValue: { search: () => EMPTY } },
{ provide: Router, useValue: { navigate: () => { } } },
{ provide: GlobalEventService, useValue: { pageEvent: EMPTY, customerEvent: EMPTY, tenantEvent: EMPTY } },
GlobalEventService,
{ provide: ENVIRONMENT, useValue: environment }
],
schemas: [NO_ERRORS_SCHEMA]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment