Skip to content
Snippets Groups Projects
Commit 015a0c76 authored by Ben Bosman's avatar Ben Bosman
Browse files

verify whether file uploads are mandatory

parent 1a22f147
Branches
Tags
No related merge requests found
......@@ -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', {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment