Skip to content

Commit 44dab4e

Browse files
committed
Clean up tests
1 parent 22f04ae commit 44dab4e

File tree

1 file changed

+1
-1
lines changed
  • jsoniter-scala-core/shared/src/test/scala/com/github/plokhotnyuk/jsoniter_scala/core

1 file changed

+1
-1
lines changed

jsoniter-scala-core/shared/src/test/scala/com/github/plokhotnyuk/jsoniter_scala/core/JsonReaderSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ class JsonReaderSpec extends AnyWordSpec with Matchers with ScalaCheckPropertyCh
19571957
checkError(""""""", "unexpected end of input, offset: 0x00000001")
19581958
checkError("""""""", "illegal timezone, offset: 0x00000001")
19591959
checkError(""""+"""", "illegal timezone, offset: 0x00000002")
1960-
//checkError(""""+1"""", "expected digit, offset: 0x00000003") FIXME: looks like a bug in ZoneId.of() parser
1960+
checkError(""""+1X"""", "illegal timezone, offset: 0x00000004")
19611961
checkError(""""XXX"""", "illegal timezone, offset: 0x00000004")
19621962
checkError(""""+10="""", "illegal timezone, offset: 0x00000005")
19631963
checkError(""""+10:"""", "illegal timezone, offset: 0x00000005")

0 commit comments

Comments
 (0)