mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 17:45:19 +00:00
Expand Nostr and identity coverage (#1059)
Co-authored-by: jack <jackjackbits@users.noreply.github.com>
This commit is contained in:
@@ -104,7 +104,7 @@ struct CommandProcessorTests {
|
||||
let processor = CommandProcessor(contextProvider: context, meshService: MockTransport(), identityManager: identityManager)
|
||||
let channel = ChannelID.location(GeohashChannel(level: .city, geohash: geohash))
|
||||
|
||||
let result = try await withSelectedChannel(channel) {
|
||||
let result = await withSelectedChannel(channel) {
|
||||
processor.process("/who")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user