Skip to content
Snippets Groups Projects
Commit f2b24d66 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Clean up

parent 8ecdb3b5
No related branches found
No related tags found
2 merge requests!139Update Bindings,!102Release 1.0.0
......@@ -117,7 +117,7 @@ final class MessengerSendFileTests: XCTestCase {
}
let sendFile: MessengerSendFile = .live(env)
let transferId = try sendFile(.stub) { info in
_ = try sendFile(.stub) { info in
didReceiveCallback.append(info)
}
fileTransferProgressCallback.handle(.init(
......@@ -158,7 +158,7 @@ final class MessengerSendFileTests: XCTestCase {
}
let sendFile: MessengerSendFile = .live(env)
let transferId = try sendFile(.stub) { info in
_ = try sendFile(.stub) { info in
didReceiveCallback.append(info)
}
......
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