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

OZG-6748 Use zustaendigeStelle singular

parent d7c99c5d
Branches
Tags
No related merge requests found
......@@ -61,7 +61,7 @@ public class FormDataTestFactory {
return FormData.builder()
.header(FormHeaderTestFactory.create())
.antragsteller(AntragstellerTestFactory.create())
.zustaendigeStelles(List.of(ZustaendigeStelleTestFactory.create()))
.zustaendigeStelle(ZustaendigeStelleTestFactory.create())
.formData(Map.of(
SIMPLE_VALUE_KEY, SIMPLE_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