Skip to content

Commit

Permalink
- fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renczesstefan committed Jan 22, 2024
1 parent 5fa3058 commit 84ee97e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,10 @@ class MockTaskResourceService {

@Injectable()
class TestTaskRequestStateService extends TaskRequestStateService {

constructor(_taskContent: TaskContentService) {
super(_taskContent);
}
public get loading$(): Observable<boolean> {
return this._loading.asObservable();
}
Expand Down

0 comments on commit 84ee97e

Please sign in to comment.