Skip to content
Snippets Groups Projects
Commit 3cb01fd2 authored by manuroe's avatar manuroe
Browse files

OLMKit: Fixed typo in test

parent 7ae6410f
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment