From 09db42873ec47316b3e546ac26c913f3ef18da45 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:23:33 +0400 Subject: [PATCH] docs, mute tests --- bots/api/TYPES.md | 1 + tests/ChatClient.hs | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bots/api/TYPES.md b/bots/api/TYPES.md index 74e761107f..8451168385 100644 --- a/bots/api/TYPES.md +++ b/bots/api/TYPES.md @@ -2287,6 +2287,7 @@ Known: **Enum type**: - "rejected" +- "marked_removed" - "removed" - "left" - "deleted" diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index 566d314b15..b868671f3b 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -434,8 +434,8 @@ getTermLine cc@TestCC {printOutput} = 5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case Just s -> do -- remove condition to always echo virtual terminal - when True $ do - -- when printOutput $ do + -- when True $ do + when printOutput $ do name <- userName cc putStrLn $ name <> ": " <> s pure s