diff options
Diffstat (limited to 'quotest/quotest.cpp')
-rw-r--r-- | quotest/quotest.cpp | 7 |
1 files changed, 1 insertions, 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) |