From 68b9c6d5388fd21f761a6fdc4960a26d70a36b0b Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 4 Aug 2020 18:10:57 +0200 Subject: quotest: fix the log wording --- tests/quotest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/quotest.cpp b/tests/quotest.cpp index afe26f7a..0ad5ff6b 100644 --- a/tests/quotest.cpp +++ b/tests/quotest.cpp @@ -507,7 +507,7 @@ TEST_IMPL(changeName) clog << "Names mismatch: found " << newName.toStdString() << " instead of " << arrivedNewName.toStdString() - << "; waiting for the next change" << endl; + << "; waiting for the next event" << endl; return false; }); return false; -- cgit v1.2.3