From ad7f4b27f268e60593939019f0af5a9f072d89c9 Mon Sep 17 00:00:00 2001 From: Taksh Date: Wed, 29 Jul 2026 11:46:46 +0300 Subject: [PATCH] fix: import bitchat in PanicWipeSettingsTests Without @testable import the suite cannot see PanicWipeSettings and CI fails at compile time. --- bitchatTests/Services/PanicWipeSettingsTests.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/bitchatTests/Services/PanicWipeSettingsTests.swift b/bitchatTests/Services/PanicWipeSettingsTests.swift index 836e50d6..0269b0ce 100644 --- a/bitchatTests/Services/PanicWipeSettingsTests.swift +++ b/bitchatTests/Services/PanicWipeSettingsTests.swift @@ -1,5 +1,6 @@ import Testing import Foundation +@testable import bitchat struct PanicWipeSettingsTests { private func isolatedDefaults() -> UserDefaults {