forked from hazza/dspace-angular
Removed deprecated helper function async
This commit is contained in:
@@ -54,7 +54,7 @@ describe('TextareaFieldParser test suite', () => {
|
||||
new FormFieldMetadataValueObject('test description'),
|
||||
],
|
||||
};
|
||||
const expectedValue ='test description';
|
||||
const expectedValue = 'test description';
|
||||
|
||||
const parser = new TextareaFieldParser(submissionId, field, initFormValues, parserOptions);
|
||||
|
||||
|
Reference in New Issue
Block a user