Skip to content

Commit 04a0783

Browse files
committed
Remove extraneous period
1 parent 29363d9 commit 04a0783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webauthn-server-core/src/test/scala/com/yubico/webauthn/data/JsonIoSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class JsonIoSpec
7272
def test[A](tpe: TypeReference[A])(implicit a: Arbitrary[A]): Unit = {
7373
val cn = tpe.getType.getTypeName
7474
describe(s"${cn}") {
75-
it("is identical after multiple serialization round-trips..") {
75+
it("is identical after multiple serialization round-trips.") {
7676
forAll(minSuccessful(10)) { value: A =>
7777
val encoded: String = json.writeValueAsString(value)
7878

0 commit comments

Comments
 (0)