Onboarding flow coordinator and FTUE changes (#2578)
Fixes #2595, fixes #2594, fixes #2593, fixes #2592, fixes #2591
This commit is contained in:
@@ -25,7 +25,7 @@ class AppLockServiceTests: XCTestCase {
|
||||
var service: AppLockService!
|
||||
|
||||
override func setUp() {
|
||||
AppSettings.reset()
|
||||
AppSettings.resetAllSettings()
|
||||
appSettings = AppSettings()
|
||||
|
||||
keychainController = KeychainController(service: .tests, accessGroup: InfoPlistReader.main.keychainAccessGroupIdentifier)
|
||||
@@ -36,7 +36,7 @@ class AppLockServiceTests: XCTestCase {
|
||||
}
|
||||
|
||||
override func tearDown() {
|
||||
AppSettings.reset()
|
||||
AppSettings.resetAllSettings()
|
||||
}
|
||||
|
||||
// MARK: - PIN Code
|
||||
|
||||
Reference in New Issue
Block a user