aboutsummaryrefslogtreecommitdiff
path: root/autotests
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-05-16 14:15:39 +0200
committerGitHub <noreply@github.com>2022-05-16 14:15:39 +0200
commit56dbaab8fc8edc314ef7f7962697e7eb6ba71343 (patch)
treeae7c355db255760d718fe8a7722be3aa22a3497b /autotests
parent79b3dba1ed4b6870c4e989ada88e33b1ce0ddc21 (diff)
downloadlibquotient-56dbaab8fc8edc314ef7f7962697e7eb6ba71343.tar.gz
libquotient-56dbaab8fc8edc314ef7f7962697e7eb6ba71343.zip
Update autotests/testolmutility.cpp
Co-authored-by: Tobias Fella <9750016+TobiasFella@users.noreply.github.com>
Diffstat (limited to 'autotests')
-rw-r--r--autotests/testolmutility.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/testolmutility.cpp b/autotests/testolmutility.cpp
index c1323533..5b67c805 100644
--- a/autotests/testolmutility.cpp
+++ b/autotests/testolmutility.cpp
@@ -87,7 +87,7 @@ void TestOlmUtility::verifySignedOneTimeKey()
.value_or(false);
//QCOMPARE(std::string(olm_utility_last_error(utility)), "SUCCESS");
- QCOMPARE(res2, true);
+ QVERIFY(res2);
}
void TestOlmUtility::validUploadKeysRequest()