Skip to content
Snippets Groups Projects
Commit 7d69c9db authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-6748 formsolutions: Fix rename

parent df56e0c3
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ class FormSolutionsZustaendigeStelleMapperTest { ...@@ -73,7 +73,7 @@ class FormSolutionsZustaendigeStelleMapperTest {
void shouldNotChangeAnother() { void shouldNotChangeAnother() {
var resultFormData = mapper.parseFormData(formData); var resultFormData = mapper.parseFormData(formData);
assertThat(resultFormData).usingRecursiveComparison().ignoringFields("zustaendigeStelleList", "formData").isEqualTo(formData); assertThat(resultFormData).usingRecursiveComparison().ignoringFields("zustaendigeStelles", "formData").isEqualTo(formData);
assertThat(resultFormData.getFormData()) assertThat(resultFormData.getFormData())
.containsAllEntriesOf(Map.of(FormDataTestFactory.SIMPLE_VALUE_KEY, FormDataTestFactory.SIMPLE_VALUE)); .containsAllEntriesOf(Map.of(FormDataTestFactory.SIMPLE_VALUE_KEY, FormDataTestFactory.SIMPLE_VALUE));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment