mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
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