Skip to content

Commit

Permalink
use parseAndCheckV2
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Jan 22, 2025
1 parent 0318bbf commit 6c97565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/src/test/scala/chester/reader/ParserTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ParserTest extends FunSuite {
test("parse valid decimal integer") {
val input = "12345"
val expected = IntegerLiteral(BigInt("12345"), meta = None)
parseAndCheck(input, expected)
parseAndCheckV2(input, expected)
}

test("parse valid hexadecimal integer") {
Expand Down

0 comments on commit 6c97565

Please sign in to comment.