mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
go back to the setup where mockUploadConfigResponseNotRequired starts from a clone
This commit is contained in:
@@ -273,7 +273,7 @@ describe('SubmissionSectionUploadComponent test suite', () => {
|
||||
|
||||
});
|
||||
|
||||
it('should properly read the section status', () => {
|
||||
it('should properly read the section status when required is true', () => {
|
||||
submissionServiceStub.getSubmissionObject.and.returnValue(observableOf(submissionState));
|
||||
|
||||
collectionDataService.findById.and.returnValue(createSuccessfulRemoteDataObject$(mockCollection));
|
||||
|
Reference in New Issue
Block a user