From c239efb530d984bcfc19a02c96bfb5481adb0971 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Fri, 18 Feb 2022 16:42:42 +0100 Subject: TestOlmAccount::claimKeys(): auth bob as bob, not as alice --- autotests/testolmaccount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3