diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-02-15 18:13:27 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | 5c50f0ccadedbcb07d51dbac9b1d59c03a26af2f (patch) | |
tree | 962da9c645d4dd19daa13eba995547f146883000 /autotests | |
parent | 97f2d162618e7fb2473c184c77875ac9d5e8d1d5 (diff) | |
download | libquotient-5c50f0ccadedbcb07d51dbac9b1d59c03a26af2f.tar.gz libquotient-5c50f0ccadedbcb07d51dbac9b1d59c03a26af2f.zip |
fix typo
Diffstat (limited to 'autotests')
-rw-r--r-- | autotests/testolmaccount.cpp | 1 |
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); |