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

OZG-7878 Cleanup

parent b228ba35
No related branches found
No related tags found
No related merge requests found
......@@ -107,8 +107,9 @@ class ServiceKontoFactoryTest {
@Nested
class TestWithRestResponseName {
@DisplayName("should call buildOsiPostfachV1Address")
@Test
void shouldCallBuildAddresses() {
void shouldCallBuildOsiPostfachV1Address() {
getPostfachAddresses();
verify(factory).buildOsiPostfachV1Address(any(), anyInt());
......@@ -159,8 +160,9 @@ class ServiceKontoFactoryTest {
private final FormData formDataWithBadRestResponseName = FormDataUtils.from(FORM_DATA)
.put(ServiceKontoFactory.REST_RESPONSE_NAME, List.of(Map.of())).build();
@DisplayName("should call buildOsiPostfachV1Address")
@Test
void shouldCallBuildAddresses() {
void shouldCallBuildOsiPostfachV1Address() {
getPostfachAddresses();
verify(factory).buildOsiPostfachV1Address(any(), anyInt());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment