Skip to content
Snippets Groups Projects
Verified Commit 15c18f89 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-7473 fix unit test

Sub task: OZG-7882
parent a389485e
No related branches found
No related tags found
1 merge request!104Administration: Neu hinzugefügte Felder für Statistik speichern
...@@ -27,6 +27,7 @@ describe('AdminStatistikFieldsFormComponent', () => { ...@@ -27,6 +27,7 @@ describe('AdminStatistikFieldsFormComponent', () => {
beforeEach(async () => { beforeEach(async () => {
const form: FormGroup = formBuilder.group({ const form: FormGroup = formBuilder.group({
[StatistikFieldsFormService.FIELD_NAME]: new FormControl(EMPTY_STRING),
[StatistikFieldsFormService.FIELD_FORM_IDENTIFIER]: formBuilder.group({ [StatistikFieldsFormService.FIELD_FORM_IDENTIFIER]: formBuilder.group({
[StatistikFieldsFormService.FIELD_FORM_ENGINE_NAME]: new FormControl(EMPTY_STRING), [StatistikFieldsFormService.FIELD_FORM_ENGINE_NAME]: new FormControl(EMPTY_STRING),
[StatistikFieldsFormService.FIELD_FORM_ID]: new FormControl(EMPTY_STRING), [StatistikFieldsFormService.FIELD_FORM_ID]: new FormControl(EMPTY_STRING),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment