Skip to content
Snippets Groups Projects
Commit 5b46ec15 authored by lotte's avatar lotte
Browse files

fixed test issue

parent a8b7035a
Branches
No related merge requests found
......@@ -59,7 +59,7 @@ describe('ProcessFormComponent', () => {
providers: [
{ provide: ScriptDataService, useValue: scriptService },
{ provide: NotificationsService, useClass: NotificationsServiceStub },
{ provide: RequestService, useValue: {} },
{ provide: RequestService, useValue: jasmine.createSpyObj('requestService', ['removeBySubstring']) },
{ provide: Router, useValue: {} },
],
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