diff options
author | Tobias Fella <fella@posteo.de> | 2022-02-23 01:37:02 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-02-23 01:37:02 +0100 |
commit | fb406897292184c46432ed0247ca9bdbef666f69 (patch) | |
tree | b4101ece611e4ea85d73382992d33c2da17de59b /autotests/testolmaccount.h | |
parent | d7ecf9b839b841ca22a3611b3608801a811e7b00 (diff) | |
download | libquotient-fb406897292184c46432ed0247ca9bdbef666f69.tar.gz libquotient-fb406897292184c46432ed0247ca9bdbef666f69.zip |
Fix tests a bit
Diffstat (limited to 'autotests/testolmaccount.h')
-rw-r--r-- | autotests/testolmaccount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autotests/testolmaccount.h b/autotests/testolmaccount.h index f1f80454..367092f6 100644 --- a/autotests/testolmaccount.h +++ b/autotests/testolmaccount.h @@ -28,6 +28,5 @@ private Q_SLOTS: void queryTest(); void claimKeys(); void claimMultipleKeys(); - void keyChange(); void enableEncryption(); }; |