diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-02-15 21:03:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 21:03:49 +0100 |
commit | fb6e3f215774d48f7e0c6000cc7a9ebbc66ceb64 (patch) | |
tree | 08cd28809b27641be5fddd8ef1b6d5b5cc3b6857 /quotest/quotest.cpp | |
parent | 9760bc4c22b2abf9732732df22cadb7f7db0641c (diff) | |
download | libquotient-fb6e3f215774d48f7e0c6000cc7a9ebbc66ceb64.tar.gz libquotient-fb6e3f215774d48f7e0c6000cc7a9ebbc66ceb64.zip |
Update quotest/quotest.cpp
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Diffstat (limited to 'quotest/quotest.cpp')
-rw-r--r-- | quotest/quotest.cpp | 2 |
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) |