aboutsummaryrefslogtreecommitdiff
path: root/autotests
diff options
context:
space:
mode:
Diffstat (limited to 'autotests')
-rw-r--r--autotests/testolmaccount.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp
index 8129ae5b..91342241 100644
--- a/autotests/testolmaccount.cpp
+++ b/autotests/testolmaccount.cpp
@@ -188,7 +188,6 @@ void TestOlmAccount::uploadIdentityKey()
auto idKeys = olmAccount->identityKeys();
QVERIFY(idKeys.curve25519.size() > 10);
- QVERIFY(idKeys.curve25519.size() > 10);
OneTimeKeys unused;
auto request = olmAccount->createUploadKeyRequest(unused);