fix patched postalAddress

This commit is contained in:
Michael Hoennig 2024-11-06 09:10:09 +01:00
parent 284b8e125e
commit f9fa8e506f

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")
);