fix: import bitchat in PanicWipeSettingsTests

Without @testable import the suite cannot see PanicWipeSettings and CI
fails at compile time.
This commit is contained in:
Taksh 2026-07-29 11:46:46 +03:00
parent 3f85bb454f
commit ad7f4b27f2

View File

@ -1,5 +1,6 @@
import Testing
import Foundation
@testable import bitchat
struct PanicWipeSettingsTests {
private func isolatedDefaults() -> UserDefaults {