Skip to content

Commit

Permalink
adjust expectation to improved zio parser
Browse files Browse the repository at this point in the history
  • Loading branch information
frawa committed Jan 9, 2025
1 parent 0cfc8fb commit 0828834
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class ZioParserTest extends FunSuite:
test("big number") {
assertEquals(
Parser("98249283749234923498293171823948729348710298301928331"),
// Right(NumberValue(BigDecimal("98249283749234923498293171823948729348710298301928331")))
Left("(expected a 128 BigDecimal)")
Right(NumberValue(BigDecimal("98249283749234923498293171823948729348710298301928331")))
)
}

0 comments on commit 0828834

Please sign in to comment.