mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 00:05:18 +00:00
Fix build warnings: exclude README and fix unused variable
This commit is contained in:
@@ -120,7 +120,7 @@ struct ChatViewModelReceivingTests {
|
||||
|
||||
@Test @MainActor
|
||||
func didReceiveMessage_callsDelegate() async {
|
||||
let (viewModel, transport) = makeTestableViewModel()
|
||||
let (_, transport) = makeTestableViewModel()
|
||||
|
||||
let message = BitchatMessage(
|
||||
id: "msg-001",
|
||||
|
||||
Reference in New Issue
Block a user