diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-27 16:29:32 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:34:52 +0100 |
commit | d44a7914c5f2ba231fdd9c830b1eace69c3383d0 (patch) | |
tree | 6ebf37ab3c2740dc4fbbb3630f58a3f9444c6597 /autotests/testolmaccount.h | |
parent | efe7e4ebc9c71f68d29c5c1a5a6bacbaea6fd146 (diff) | |
download | libquotient-d44a7914c5f2ba231fdd9c830b1eace69c3383d0.tar.gz libquotient-d44a7914c5f2ba231fdd9c830b1eace69c3383d0.zip |
Add device key test
Diffstat (limited to 'autotests/testolmaccount.h')
-rw-r--r-- | autotests/testolmaccount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autotests/testolmaccount.h b/autotests/testolmaccount.h index e7b32b8b..547c25c1 100644 --- a/autotests/testolmaccount.h +++ b/autotests/testolmaccount.h @@ -14,4 +14,5 @@ private Q_SLOTS: void signatureValid(); void oneTimeKeysValid(); //void removeOneTimeKeys(); + void deviceKeys(); }; |