mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-26 02:57:22 +01:00
Fix tests.
This commit is contained in:
@@ -35,7 +35,7 @@ extension Preview {
|
||||
self.secrets.append(contentsOf: new)
|
||||
}
|
||||
|
||||
func sign(data: Data, with secret: Preview.Secret) throws -> Data {
|
||||
func sign(data: Data, with secret: Preview.Secret, for provenance: SigningRequestProvenance) throws -> Data {
|
||||
return data
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user