Fix keychain access on macOS. (#354)

This commit is contained in:
Doug
2022-12-06 17:39:15 +00:00
committed by GitHub
parent 0a87b38e62
commit 854178ba72
13 changed files with 31 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ class KeychainControllerTests: XCTestCase {
override func setUp() {
keychain = KeychainController(service: .tests,
accessGroup: InfoPlistReader.target.appGroupIdentifier)
accessGroup: InfoPlistReader.target.keychainAccessGroupIdentifier)
keychain.removeAllRestorationTokens()
}