feature/split-up-postalAddress #118

Merged
hsh-michaelhoennig merged 10 commits from feature/split-up-postalAddress into master 2024-11-06 12:24:44 +01:00
Showing only changes of commit f9fa8e506f - Show all commits

View File

@ -29,7 +29,6 @@ class HsOfficeContactPatcherUnitTest extends PatchUnitTestBase<
private static final Map<String, String> PATCHED_POSTAL_ADDRESS = patchMap(
entry("name", "Patty Patch"),
entry("street", "Patchstreet 10"),
entry("zipcode", "20000"),
entry("city", "Hamburg")
);