Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
3cb01fd2
Commit
3cb01fd2
authored
Oct 11, 2016
by
manuroe
Browse files
OLMKit: Fixed typo in test
parent
7ae6410f
Changes
1
Hide whitespace changes
Inline
Side-by-side
xcode/OLMKitTests/OLMKitTests.m
View file @
3cb01fd2
...
...
@@ -106,7 +106,7 @@
OLMAccount
*
bob2
=
[
NSKeyedUnarchiver
unarchiveObjectWithData
:
bobData
];
NSDictionary
*
bobIdKeys2
=
bob2
.
identityKeys
;
NSDictionary
*
bobOneTimeKeys2
=
bob
.
oneTimeKeys
;
NSDictionary
*
bobOneTimeKeys2
=
bob
2
.
oneTimeKeys
;
XCTAssertEqualObjects
(
bobIdKeys
,
bobIdKeys2
);
XCTAssertEqualObjects
(
bobOneTimeKeys
,
bobOneTimeKeys2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment