Skip to content
Snippets Groups Projects
Commit 0c6602c9 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4428 fix test

parent f2036173
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ public class EntryFormDataTestFactory { ...@@ -9,7 +9,7 @@ public class EntryFormDataTestFactory {
"antragsteller", EntryFormDataSubForm.builder().label("Antragstellende Person") "antragsteller", EntryFormDataSubForm.builder().label("Antragstellende Person")
.formItem("person_oder_firma", EntryFormDataField.builder().label("Anrede").stringValue("Herr").build()) .formItem("person_oder_firma", EntryFormDataField.builder().label("Anrede").stringValue("Herr").build())
.formItem("vorname", EntryFormDataField.builder().label("Vorname").stringValue("Theo").build()) .formItem("vorname", EntryFormDataField.builder().label("Vorname").stringValue("Theo").build())
.formItem("nachname", EntryFormDataField.builder().label("Nachname").stringValue("Test").build()) .formItem("nachname", EntryFormDataField.builder().label("Nachname").stringValue("Täst").build())
.build()); .build());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment