From 9760bc4c22b2abf9732732df22cadb7f7db0641c Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 9 Feb 2021 21:11:14 +0100 Subject: Update --- quotest/quotest.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp index ed1c1d13..2512df0d 100644 --- a/quotest/quotest.cpp +++ b/quotest/quotest.cpp @@ -513,12 +513,7 @@ TEST_IMPL(changeName) TEST_IMPL(showLocalUsername) { auto* const localUser = connection()->user(); - if (localUser->name().contains("@")) { - // it is using the id fallback :( - FAIL_TEST(); - } - FINISH_TEST(true); - return false; + FINISH_TEST(localUser->name().contains("@")); } TEST_IMPL(sendAndRedact) -- cgit v1.2.3