mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +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))
|
createSuccessfulRemoteDataObject$(Object.assign(new Group(), mockGroup))
|
||||||
);
|
);
|
||||||
|
|
||||||
bitstreamService.getUploadedFileList.and.returnValue(observableOf(mockUploadFiles));
|
|
||||||
|
|
||||||
comp.onSectionInit();
|
comp.onSectionInit();
|
||||||
|
|
||||||
bitstreamService.getUploadedFileList.and.returnValue(hot('-a-b', {
|
bitstreamService.getUploadedFileList.and.returnValue(hot('-a-b', {
|
||||||
|
Reference in New Issue
Block a user