aboutsummaryrefslogtreecommitdiff
path: root/quotest/quotest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quotest/quotest.cpp')
-rw-r--r--quotest/quotest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp
index 2512df0d..bf29c434 100644
--- a/quotest/quotest.cpp
+++ b/quotest/quotest.cpp
@@ -513,7 +513,7 @@ TEST_IMPL(changeName)
TEST_IMPL(showLocalUsername)
{
auto* const localUser = connection()->user();
- FINISH_TEST(localUser->name().contains("@"));
+ FINISH_TEST(!localUser->name().contains("@"));
}
TEST_IMPL(sendAndRedact)