diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-18 16:42:42 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-18 16:42:42 +0100 |
commit | c239efb530d984bcfc19a02c96bfb5481adb0971 (patch) | |
tree | 3c0714e862a4dedb61b675827d6f86770c5d5e79 | |
parent | 34d5ed388caf8a39327c2ea4da5de197faf5583d (diff) | |
download | libquotient-c239efb530d984bcfc19a02c96bfb5481adb0971.tar.gz libquotient-c239efb530d984bcfc19a02c96bfb5481adb0971.zip |
TestOlmAccount::claimKeys(): auth bob as bob, not as alice
-rw-r--r-- | autotests/testolmaccount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/testolmaccount.cpp b/autotests/testolmaccount.cpp index b877a692..36f10f2e 100644 --- a/autotests/testolmaccount.cpp +++ b/autotests/testolmaccount.cpp @@ -361,7 +361,7 @@ void TestOlmAccount::queryTest() void TestOlmAccount::claimKeys() { CREATE_CONNECTION(alice, "alice", "secret", "AlicePhone") - CREATE_CONNECTION(bob, "alice", "secret", "AlicePhone") + CREATE_CONNECTION(bob, "bob", "secret", "BobPhone") // Bob uploads his keys. auto *bobOlm = bob->olmAccount(); |