Skip to content
Snippets Groups Projects

Messenger example - clean up

Merged Dariusz Rybicki requested to merge feature/messenger-example-clean-up into development
4 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -55,9 +55,9 @@ final class ContactFeatureTests: XCTestCase {
@@ -55,9 +55,9 @@ final class ContactFeatureTests: XCTestCase {
var xxContact: XXClient.Contact = .unimplemented("contact-data".data(using: .utf8)!)
var xxContact: XXClient.Contact = .unimplemented("contact-data".data(using: .utf8)!)
xxContact.getFactsFromContact.run = { _ in
xxContact.getFactsFromContact.run = { _ in
[
[
Fact(fact: "contact-username", type: 0),
Fact(type: .username, value: "contact-username"),
Fact(fact: "contact-email", type: 1),
Fact(type: .email, value: "contact-email"),
Fact(fact: "contact-phone", type: 2),
Fact(type: .phone, value: "contact-phone"),
]
]
}
}
Loading