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 29363d9 commit 04a0783Copy full SHA for 04a0783
webauthn-server-core/src/test/scala/com/yubico/webauthn/data/JsonIoSpec.scala
@@ -72,7 +72,7 @@ class JsonIoSpec
72
def test[A](tpe: TypeReference[A])(implicit a: Arbitrary[A]): Unit = {
73
val cn = tpe.getType.getTypeName
74
describe(s"${cn}") {
75
- it("is identical after multiple serialization round-trips..") {
+ it("is identical after multiple serialization round-trips.") {
76
forAll(minSuccessful(10)) { value: A =>
77
val encoded: String = json.writeValueAsString(value)
78
0 commit comments