mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
verify whether file uploads are mandatory
This commit is contained in:
@@ -313,8 +313,6 @@ describe('SubmissionSectionUploadComponent test suite', () => {
|
||||
createSuccessfulRemoteDataObject$(Object.assign(new Group(), mockGroup))
|
||||
);
|
||||
|
||||
bitstreamService.getUploadedFileList.and.returnValue(observableOf(mockUploadFiles));
|
||||
|
||||
comp.onSectionInit();
|
||||
|
||||
bitstreamService.getUploadedFileList.and.returnValue(hot('-a-b', {
|
||||
|
Reference in New Issue
Block a user