Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-pixel committed Oct 30, 2024
1 parent feeef0c commit 0e4d852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/AppAttestTests/DataAppAttestTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct Request {
var attestation: Data
var assertion: Data
var bodyData: Data

init(
teamId: String,
bundleId: String,
Expand Down Expand Up @@ -39,7 +39,7 @@ func verifyAttestationAndAssersion(request: Request) async throws {
bundleId: request.bundleId,
environment: request.environment
)

let attestatin = try await appAttest.verifyAttestation(
challenge: request.challenge,
keyId: request.keyId,
Expand Down

0 comments on commit 0e4d852

Please sign in to comment.