Notifications (#275)

This commit is contained in:
ismailgulek
2022-11-21 19:37:13 +03:00
committed by GitHub
parent f1c22ea9e0
commit 5d92a7d85d
74 changed files with 2459 additions and 324 deletions

View File

@@ -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()
}