aboutsummaryrefslogtreecommitdiff
path: root/xcode
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2016-10-11 16:54:56 +0200
committermanuroe <manu@matrix.org>2016-10-11 16:54:56 +0200
commit3cb01fd27971a6f8c5d76fddb8676ef76c636a23 (patch)
treebf49c75fcdb0d56eefa81cc8aac81e0453addd06 /xcode
parent7ae6410f3714cb56d337213fb47afddbb5935cf9 (diff)
OLMKit: Fixed typo in test
Diffstat (limited to 'xcode')
-rw-r--r--xcode/OLMKitTests/OLMKitTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/OLMKitTests/OLMKitTests.m b/xcode/OLMKitTests/OLMKitTests.m
index a7280f8..5459c85 100644
--- a/xcode/OLMKitTests/OLMKitTests.m
+++ b/xcode/OLMKitTests/OLMKitTests.m
@@ -106,7 +106,7 @@
OLMAccount *bob2 = [NSKeyedUnarchiver unarchiveObjectWithData:bobData];
NSDictionary *bobIdKeys2 = bob2.identityKeys;
- NSDictionary *bobOneTimeKeys2 = bob.oneTimeKeys;
+ NSDictionary *bobOneTimeKeys2 = bob2.oneTimeKeys;
XCTAssertEqualObjects(bobIdKeys, bobIdKeys2);
XCTAssertEqualObjects(bobOneTimeKeys, bobOneTimeKeys2);