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,7 +188,8 @@ class PersistPostfachNachrichtByCommandServiceTest { ...@@ -188,7 +188,8 @@ class PersistPostfachNachrichtByCommandServiceTest {
@Test @Test
void shouldThrowException() { void shouldThrowException() {
assertThatThrownBy(() -> service.findAnswers(serviceKontoType, PostfachAddressTestFactory.STRING_BASED_IDENTIFIER_POSTFACH_ID_VALUE, assertThatThrownBy(
() -> service.findAnswers(serviceKontoType, PostfachAddressTestFactory.IDENTIFIER.toString(),
GrpcPostfachMailTestFactory.REFERENCED_NACHRICHT_ID)) GrpcPostfachMailTestFactory.REFERENCED_NACHRICHT_ID))
.isInstanceOf(UnsupportedOperationException.class); .isInstanceOf(UnsupportedOperationException.class);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment