Skip to content

Commit

Permalink
tests(typst): change expected number of errors for issue_399 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
grantlemons committed Jan 21, 2025
1 parent 6909ad7 commit 543a047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harper-typst/tests/run_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ macro_rules! create_test {
create_test!(complex_document.typ, 0);
create_test!(simplified_document.typ, 0);
create_test!(complex_document_with_spelling_mistakes.typ, 4);
create_test!(issue_399.typ, 0);
create_test!(issue_399.typ, 3);

0 comments on commit 543a047

Please sign in to comment.