Skip to content
Snippets Groups Projects
Commit f1bc6616 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

fix reference to PersistPostfachNachrichtByCommandServiceTest

parent 9a652a4c
Branches
Tags
1 merge request!10fix reference to PostfachAddressTestFactory.STRING_BASED_IDENTIFIER_POSTFACH_ID_VALUE
......@@ -188,9 +188,10 @@ class PersistPostfachNachrichtByCommandServiceTest {
@Test
void shouldThrowException() {
assertThatThrownBy(() -> service.findAnswers(serviceKontoType, PostfachAddressTestFactory.STRING_BASED_IDENTIFIER_POSTFACH_ID_VALUE,
GrpcPostfachMailTestFactory.REFERENCED_NACHRICHT_ID))
.isInstanceOf(UnsupportedOperationException.class);
assertThatThrownBy(
() -> service.findAnswers(serviceKontoType, PostfachAddressTestFactory.IDENTIFIER.toString(),
GrpcPostfachMailTestFactory.REFERENCED_NACHRICHT_ID))
.isInstanceOf(UnsupportedOperationException.class);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment