Skip to content

Commit

Permalink
Format a few more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcarbon committed Aug 3, 2023
1 parent b04a9a2 commit 31a11b5
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 98 deletions.
2 changes: 1 addition & 1 deletion Test/Attestation/Apple.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public async Task TestApplePublicKeyMismatch()
return Task.FromResult(true);
};

IFido2 lib = new Fido2(new Fido2Configuration()
var lib = new Fido2(new Fido2Configuration
{
ServerDomain = "6cc3c9e7967a.ngrok.io",
ServerName = "6cc3c9e7967a.ngrok.io",
Expand Down
Loading

0 comments on commit 31a11b5

Please sign in to comment.