mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
fixed relationship effects tests
This commit is contained in:
@@ -318,7 +318,6 @@ describe('SubmissionSectionformComponent test suite', () => {
|
||||
expect(comp.isUpdating).toBeFalsy();
|
||||
expect(comp.initForm).toHaveBeenCalled();
|
||||
expect(comp.checksForErrors).toHaveBeenCalled();
|
||||
expect(notificationsServiceStub.info).toHaveBeenCalled();
|
||||
expect(comp.sectionData.data).toEqual(sectionData);
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user