Notifications (#275)
This commit is contained in:
@@ -21,7 +21,8 @@ class KeychainControllerTests: XCTestCase {
|
||||
var keychain: KeychainController!
|
||||
|
||||
override func setUp() {
|
||||
keychain = KeychainController(identifier: "\(ElementInfoPlist.cfBundleIdentifier).tests")
|
||||
keychain = KeychainController(service: .tests,
|
||||
accessGroup: InfoPlistReader.target.appGroupIdentifier)
|
||||
keychain.removeAllRestorationTokens()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user