Stub file transfer methods in mock

This commit is contained in:
jack
2025-10-14 22:23:12 +02:00
parent 2edf29033f
commit eb37aa8046
+1 -1
View File
@@ -186,7 +186,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.
} }