Skip to content

Commit

Permalink
[key-invalidation] Fix compile error in mock
Browse files Browse the repository at this point in the history
  • Loading branch information
lailabecker committed Jun 28, 2024
1 parent 96a5e25 commit e7ec356
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AttestServiceMock(override val uid: String = "test") : AttestService {
this.sessionConfiguration = sessionConfiguration
}

override suspend fun buildSignature(request: Request, snonce: String): String {
override suspend fun buildSignature(request: Request, snonce: String, maxRetries: Int): String {
return "signature"
}

Expand Down

0 comments on commit e7ec356

Please sign in to comment.