Skip to content

Commit 84ee97e

Browse files
committed
- fix tests
1 parent 5fa3058 commit 84ee97e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/netgrif-components-core/src/lib/task/services/task-data.service.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ class MockTaskResourceService {
265265

266266
@Injectable()
267267
class TestTaskRequestStateService extends TaskRequestStateService {
268+
269+
constructor(_taskContent: TaskContentService) {
270+
super(_taskContent);
271+
}
268272
public get loading$(): Observable<boolean> {
269273
return this._loading.asObservable();
270274
}

0 commit comments

Comments
 (0)