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

OZG-4428 fix test

parent f2036173
No related branches found
No related tags found
Loading
......@@ -9,7 +9,7 @@ public class EntryFormDataTestFactory {
"antragsteller", EntryFormDataSubForm.builder().label("Antragstellende Person")
.formItem("person_oder_firma", EntryFormDataField.builder().label("Anrede").stringValue("Herr").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());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment