You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsoniter-scala-macros/shared/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/macros/JsonCodecMakerNewTypeSpec.scala
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -57,37 +57,37 @@ class JsonCodecMakerNewTypeSpec extends VerifyingSpec {
57
57
valcodecOfIArrays= make[IArrays]
58
58
59
59
"JsonCodecMaker.make generate codecs which" should {
60
-
"serialize and deserialize Scala 3 tuples with arities greater than 22" in {
60
+
"serialize and deserialize tuples with arities greater than 22" in {
Copy file name to clipboardExpand all lines: jsoniter-scala-next-tests/shared/src/test/scala-3/com/github/plokhotnyuk/jsoniter_scala/macros/JsonCodecMakerNamedTupleSpec.scala
+20-18Lines changed: 20 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,6 @@ class JsonCodecMakerNamedTupleSpec extends VerifyingSpec {
0 commit comments