Skip to content
Snippets Groups Projects
Commit e99f4719 authored by Evgeny Bardin's avatar Evgeny Bardin
Browse files

Merge branch 'main' into OZG-7426-Dateitransfer-Eingang

parents d8b93fff f2359628
No related branches found
No related tags found
No related merge requests found
......@@ -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