go back to the setup where mockUploadConfigResponseNotRequired starts from a clone

This commit is contained in:
Ben Bosman
2020-01-10 18:30:23 +01:00
parent 3e51fd8598
commit 70b2c8c6e1
2 changed files with 3 additions and 98 deletions

View File

@@ -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));