We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4610ad4 commit 9c627acCopy full SHA for 9c627ac
PostHogTests/PostHogRemoteConfigTest.swift
@@ -33,6 +33,7 @@ enum PostHogRemoteConfigTest {
33
) -> PostHogRemoteConfig {
34
let theConfig = config ?? self.config
35
let theStorage = storage ?? PostHogStorage(theConfig)
36
+ theStorage.reset()
37
let api = PostHogApi(theConfig)
38
return PostHogRemoteConfig(theConfig, theStorage, api)
39
}
0 commit comments