Skip to content

Commit a448157

Browse files
[DURACOM-347] fix tests
1 parent 0323bd1 commit a448157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/form/builder/parsers/date-field-parser.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('DateFieldParser test suite', () => {
7070
});
7171

7272
it('should skip setting the placeholder', () => {
73-
const parser = new DateFieldParser(submissionId, field, initFormValues, parserOptions, translateService);
73+
const parser = new DateFieldParser(submissionId, field, initFormValues, parserOptions, null, translateService);
7474
const fieldModel = parser.parse();
7575

7676
expect(fieldModel.placeholder).toBeNull();

0 commit comments

Comments
 (0)