Fix tests

This commit is contained in:
Max Goedjen 2022-12-17 21:24:18 -08:00
parent 8c6c54ddd3
commit 632e33aa4f
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ extension Preview {
func persistAuthentication(secret: Preview.Secret, forDuration duration: TimeInterval) throws {
}
func reloadSecrets() {
}
}
class StoreModifiable: Store, SecretStoreModifiable {