Skip to content

Commit c7a2dc5

Browse files
committed
Shorten test name and rephrase to stating expected behaviour
1 parent 3f9adac commit c7a2dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn-server-attestation/src/test/scala/com/yubico/webauthn/attestation/CertificateUtilSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import scala.jdk.OptionConverters.RichOptional
1818
class CertificateUtilSpec extends AnyFunSpec with Matchers {
1919
describe("parseFidoSerNumExtension") {
2020
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.") {
21+
it("correctly parses the id-fido-gen-ce-sernum extension.") {
2222
val (cert, _): (X509Certificate, _) = TestAuthenticator
2323
.generateAttestationCertificate(
2424
name = new X500Name(

0 commit comments

Comments
 (0)