mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-29 07:27:16 +00:00
fix: import bitchat in PanicWipeSettingsTests
Without @testable import the suite cannot see PanicWipeSettings and CI fails at compile time.
This commit is contained in:
parent
3f85bb454f
commit
ad7f4b27f2
@ -1,5 +1,6 @@
|
||||
import Testing
|
||||
import Foundation
|
||||
@testable import bitchat
|
||||
|
||||
struct PanicWipeSettingsTests {
|
||||
private func isolatedDefaults() -> UserDefaults {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user