fix(parser): fix conflict

This commit is contained in:
GreasySlug 2023-04-01 11:28:31 +09:00
parent 855be06c26
commit 723e75813e
2 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ fn exec_invalid_chunk_prs_err() -> Result<(), ()> {
#[test]
fn expect_failure_collections_err() -> Result<(), ()> {
expect_failure("tests/invalid_collections.er", 33)
expect_failure("tests/invalid_collections.er", 30)
}
#[test]