1
0

fixed existing tests

This commit is contained in:
lotte
2019-12-23 08:47:46 +01:00
parent 5ef538a9e8
commit c002d8c640
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ describe('NameFieldParser test suite', () => {
initFormValues = {
name: [new FormFieldMetadataValueObject('test, name')],
};
const expectedValue = new FormFieldMetadataValueObject('test, name');
const expectedValue = new FormFieldMetadataValueObject('test, name', undefined, undefined, 'test');
const parser = new NameFieldParser(submissionId, field1, initFormValues, parserOptions);