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

fix reference to PersistPostfachNachrichtByCommandServiceTest

parent 9a652a4c
No related branches found
No related tags found
1 merge request!10fix reference to PostfachAddressTestFactory.STRING_BASED_IDENTIFIER_POSTFACH_ID_VALUE
......@@ -188,7 +188,8 @@ class PersistPostfachNachrichtByCommandServiceTest {
@Test
void shouldThrowException() {
assertThatThrownBy(() -> service.findAnswers(serviceKontoType, PostfachAddressTestFactory.STRING_BASED_IDENTIFIER_POSTFACH_ID_VALUE,
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