We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c93ef commit 0f38f72Copy full SHA for 0f38f72
integration/test/Test/TeamCollaborators.hs
@@ -178,7 +178,6 @@ testRemoveMemberInO2O = do
178
179
getMLSOne2OneConversation charlie alice >>= assertLabel 403 "not-connected"
180
postOne2OneConversation charlie alice team0 "chit-chat" >>= assertLabel 403 "no-team-member"
181
- putStrLn $ "============ target: " <> show convId
182
Internal.getConversation convId >>= assertLabel 404 "no-conversation"
183
getMLSOne2OneConversation charlie bob >>= assertSuccess
184
0 commit comments