Stub file transfer methods in mock

This commit is contained in:
jack
2025-10-15 17:37:19 +01:00
committed by islam
parent 2543277755
commit 8c4fead945
+1 -1
View File
@@ -158,7 +158,7 @@ final class MockBLEService: NSObject {
// Tests currently ignore file transfer flows; keep stub for protocol conformance. // Tests currently ignore file transfer flows; keep stub for protocol conformance.
} }
func sendFilePrivate(_ packet: BitchatFilePacket, to peerID: String, transferId: String) { func sendFilePrivate(_ packet: BitchatFilePacket, to peerID: PeerID, transferId: String) {
// Tests currently ignore file transfer flows; keep stub for protocol conformance. // Tests currently ignore file transfer flows; keep stub for protocol conformance.
} }