From 65a30cd27dd0ee81fabf8bad0328b90810c24cfc Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Thu, 11 Jun 2026 17:37:47 +0400 Subject: [PATCH] wip --- tests/ChatClient.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index 468a660e5e..cbd5247a49 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -448,8 +448,8 @@ getTermLine' expected 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