Fix keychain access on macOS. (#354)
This commit is contained in:
@@ -22,7 +22,7 @@ class KeychainControllerTests: XCTestCase {
|
||||
|
||||
override func setUp() {
|
||||
keychain = KeychainController(service: .tests,
|
||||
accessGroup: InfoPlistReader.target.appGroupIdentifier)
|
||||
accessGroup: InfoPlistReader.target.keychainAccessGroupIdentifier)
|
||||
keychain.removeAllRestorationTokens()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user