From f47494e5c8bdc45517e57457cc65cc08ca40a902 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Thu, 20 Jan 2022 20:23:21 +0000 Subject: [PATCH] add loggin option to test --- tests/ChatClient.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ChatClient.hs b/tests/ChatClient.hs index d4fde905b..3e351a35e 100644 --- a/tests/ChatClient.hs +++ b/tests/ChatClient.hs @@ -39,7 +39,8 @@ opts :: ChatOpts opts = ChatOpts { dbFile = undefined, - smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"] + smpServers = ["smp://LcJUMfVhwD8yxjAiSaDzzGF3-kLG4Uh0Fl_ZIjrRwjI=@localhost:5001"], + logging = False } termSettings :: VirtualTerminalSettings