Skip to content

Commit

Permalink
fix: change test runner to use new filename
Browse files Browse the repository at this point in the history
  • Loading branch information
grantlemons committed Jan 16, 2025
1 parent b496854 commit 89e1951
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 @@ -39,4 +39,4 @@ macro_rules! create_test {

create_test!(complex_document.typ, 0);
create_test!(simplified_document.typ, 0);
create_test!(complex_with_spelling_mistakes.typ, 4);
create_test!(complex_document_with_spelling_mistakes.typ, 4);

0 comments on commit 89e1951

Please sign in to comment.