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

Merge branch 'fix-PersistPostfachNachrichtByCommandServiceTest' into 'main'

fix reference to PostfachAddressTestFactory.STRING_BASED_IDENTIFIER_POSTFACH_ID_VALUE

See merge request !10
parents 9a652a4c f1bc6616
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 { ...@@ -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