mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
Fixed test
This commit is contained in:
@@ -266,6 +266,7 @@ describe('FormSectionComponent test suite', () => {
|
||||
|
||||
it('should set a section Error when init form model fails', () => {
|
||||
formBuilderService.modelFromConfiguration.and.throwError('test');
|
||||
translateService.instant.and.returnValue('test');
|
||||
const sectionData = {};
|
||||
const sectionError: SubmissionSectionError = {
|
||||
message: 'test' + 'Error: test',
|
||||
|
Reference in New Issue
Block a user