Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Jun 27, 2024
1 parent be696e2 commit aab1aa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void ResetPivPinToInvalidValue_ThrowsSecurityException()
var e = Assert.Throws<SecurityException>(() => pivSession.TryResetPin(defaultPuk, invalidPin, out retriesRemaining));
Assert.Equal(ExceptionMessages.PinComplexityViolation, e.Message);
Assert.Null(retriesRemaining);
}
}

[SkippableFact]
public void SetFido2PinToInvalidValue_ThrowsFido2Exception()
Expand Down

0 comments on commit aab1aa6

Please sign in to comment.