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

Remove unused variables

parent 2003f588
No related branches found
No related tags found
2 merge requests!138Notifications,!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.
Please register or to comment