From 04270d9e72a1232aaf875170dcd15c4fb18e2517 Mon Sep 17 00:00:00 2001 From: alexandreferris Date: Mon, 11 Mar 2024 16:59:42 +0100 Subject: [PATCH] fix: tests --- .../sync/receiver/conversation/MLSWelcomeEventHandlerTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/logic/src/commonTest/kotlin/com/wire/kalium/logic/sync/receiver/conversation/MLSWelcomeEventHandlerTest.kt b/logic/src/commonTest/kotlin/com/wire/kalium/logic/sync/receiver/conversation/MLSWelcomeEventHandlerTest.kt index c1f46fb97ea..18f8ddf4640 100644 --- a/logic/src/commonTest/kotlin/com/wire/kalium/logic/sync/receiver/conversation/MLSWelcomeEventHandlerTest.kt +++ b/logic/src/commonTest/kotlin/com/wire/kalium/logic/sync/receiver/conversation/MLSWelcomeEventHandlerTest.kt @@ -62,6 +62,7 @@ class MLSWelcomeEventHandlerTest { val exception = RuntimeException() val (arrangement, mlsWelcomeEventHandler) = arrange { + withFetchConversationIfUnknownSucceeding() withMLSClientProcessingOfWelcomeMessageFailsWith(exception) }