From c3ed0c8d51c0d90fa76cbe7d9c2a010d55bc2f80 Mon Sep 17 00:00:00 2001 From: Stefan Matting Date: Thu, 27 Apr 2023 15:12:05 +0200 Subject: [PATCH] Add TODO --- services/brig/test/integration/Federation/End2end.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/brig/test/integration/Federation/End2end.hs b/services/brig/test/integration/Federation/End2end.hs index 353516b10e4..c0273e8932a 100644 --- a/services/brig/test/integration/Federation/End2end.hs +++ b/services/brig/test/integration/Federation/End2end.hs @@ -1354,3 +1354,7 @@ testRemoteTypingIndicator brig1 brig2 galley1 galley2 cannon1 cannon2 = do checkEvent wsAlice bob StartedTyping isTyping galley2 bob StoppedTyping checkEvent wsAlice bob StoppedTyping + +testMixedProtocolUpgrade :: Http () +testMixedProtocolUpgrade = do + error "TODO"