Skip to content

Commit 8aef768

Browse files
authored
Fix test assertion
1 parent bd82ccc commit 8aef768

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
@@ -2586,7 +2586,7 @@ class JsonReaderSpec extends AnyWordSpec with Matchers with ScalaCheckPropertyCh
25862586
}
25872587
"throw parsing exception on long overflow" in {
25882588
checkError("0000009223372036854775809", "illegal number with leading zero, offset: 0x00000000",
2589-
"value is too large for long, offset: 0x00000014")
2589+
"value is too large for long")
25902590
checkError("9223372036854775808", "value is too large for long, offset: 0x00000012",
25912591
"value is too large for long, offset: 0x00000013")
25922592
checkError("9223372036854775808.", "value is too large for long, offset: 0x00000012",

0 commit comments

Comments
 (0)