From 3cb01fd27971a6f8c5d76fddb8676ef76c636a23 Mon Sep 17 00:00:00 2001
From: manuroe <manu@matrix.org>
Date: Tue, 11 Oct 2016 16:54:56 +0200
Subject: [PATCH] OLMKit: Fixed typo in test

---
 xcode/OLMKitTests/OLMKitTests.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab