diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index fd47c54a3e..a827236a15 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -346,8 +346,8 @@ getTermLine cc = 5000000 `timeout` atomically (readTQueue $ termQ cc) >>= \case Just s -> do -- remove condition to always echo virtual terminal - when True $ do - -- when (printOutput cc) $ do + -- when True $ do + when (printOutput cc) $ do name <- userName cc putStrLn $ name <> ": " <> s pure s