mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-26 00:25:20 +00:00
Don’t auto-register mock BLE services on creation (#746)
This commit is contained in:
@@ -423,7 +423,6 @@ final class PublicChatE2ETests: XCTestCase {
|
||||
let service = MockBluetoothMeshService()
|
||||
service.myPeerID = peerID
|
||||
service.mockNickname = nickname
|
||||
service._testRegister()
|
||||
return service
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user