Skip to content
Snippets Groups Projects
Commit 222774d5 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-6748 Cleanup

parent 110c1eb8
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ public class FormDataTestFactory { ...@@ -61,7 +61,7 @@ public class FormDataTestFactory {
return FormData.builder() return FormData.builder()
.header(FormHeaderTestFactory.create()) .header(FormHeaderTestFactory.create())
.antragsteller(AntragstellerTestFactory.create()) .antragsteller(AntragstellerTestFactory.create())
.zustaendigeStelles(List.of(ZustaendigeStelleTestFactory.create())) .zustaendigeStelle(ZustaendigeStelleTestFactory.create())
.formData(Map.of( .formData(Map.of(
SIMPLE_VALUE_KEY, SIMPLE_VALUE, SIMPLE_VALUE_KEY, SIMPLE_VALUE,
SUBFORM_KEY, SUBFORM_VALUE, SUBFORM_KEY, SUBFORM_VALUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment