mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
fixed relationship effects tests
This commit is contained in:
@@ -367,7 +367,6 @@ describe('SectionsService test suite', () => {
|
||||
scheduler.schedule(() => service.updateSectionData(submissionId, sectionId, data, []));
|
||||
scheduler.flush();
|
||||
|
||||
expect(notificationsServiceStub.info).toHaveBeenCalled();
|
||||
expect(store.dispatch).toHaveBeenCalledWith(new UpdateSectionDataAction(submissionId, sectionId, data, []));
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user