We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9adac commit c7a2dc5Copy full SHA for c7a2dc5
webauthn-server-attestation/src/test/scala/com/yubico/webauthn/attestation/CertificateUtilSpec.scala
@@ -18,7 +18,7 @@ import scala.jdk.OptionConverters.RichOptional
18
class CertificateUtilSpec extends AnyFunSpec with Matchers {
19
describe("parseFidoSerNumExtension") {
20
val idFidoGenCeSernum = "1.3.6.1.4.1.45724.1.1.2"
21
- it("should correctly parse the serial number from a valid certificate with the id-fido-gen-ce-sernum extension.") {
+ it("correctly parses the id-fido-gen-ce-sernum extension.") {
22
val (cert, _): (X509Certificate, _) = TestAuthenticator
23
.generateAttestationCertificate(
24
name = new X500Name(
0 commit comments