From 8d7e4918109b1e40660e2988e79e1cf15e899580 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Wed, 3 Nov 2021 23:09:08 -0400 Subject: [PATCH] CLI: Fixed typo in tests --- tests/TestCli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCli.cpp b/tests/TestCli.cpp index a6f1a0d54..1639e8a39 100644 --- a/tests/TestCli.cpp +++ b/tests/TestCli.cpp @@ -184,7 +184,7 @@ int TestCli::execCmd(Command& cmd, const QStringList& args) const m_stdout->readLine(); } while (m_stderr->peek(1) == newline) { - m_stdout->readLine(); + m_stderr->readLine(); } return ret;