mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 15:05:20 +00:00
Extract Nostr into a dedicated module
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Foundation
|
||||
import Nostr
|
||||
import Tor
|
||||
import XCTest
|
||||
@testable import bitchat
|
||||
@@ -303,6 +304,7 @@ final class GeoRelayDirectoryTests: XCTestCase {
|
||||
retrySleep: { delay in
|
||||
await retryRecorder.record(delay)
|
||||
},
|
||||
torReadyNotificationName: .TorDidBecomeReady,
|
||||
activeNotificationName: activeNotificationName,
|
||||
autoStart: autoStart
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user