mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
Merge branch 'w2p-117573_remove-observable-function-calls-from-template-7.6'
This commit is contained in:
@@ -117,7 +117,7 @@ describe('SubmissionFormComponent', () => {
|
||||
expect(compAsAny.submissionSections).toBeUndefined();
|
||||
expect(compAsAny.subs).toEqual([]);
|
||||
expect(submissionServiceStub.startAutoSave).not.toHaveBeenCalled();
|
||||
expect(comp.loading).toBeObservable(cold('(a|)', { a: true }));
|
||||
expect(comp.isLoading$).toBeObservable(cold('(a|)', { a: true }));
|
||||
done();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user