Skip to content

Commit

Permalink
Fix error in oneOf error message test.
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Sep 30, 2022
1 parent 2283c64 commit 8fd3f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonTest/kotlin/combinators/OneOf.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ class OneOf {
assertEquals("THIS error!", result.reason)
assertEquals(3, result.column)
assertEquals(1, result.line)
assertEquals(0, result.position)
assertEquals(2, result.position)
}
}

0 comments on commit 8fd3f25

Please sign in to comment.