Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Sep 9, 2024
1 parent 4c96f49 commit fa3b70c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_line_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def test_line26(capsys):
"Hello! ",
"tests/data/line/hello28.pdl:9 - 'QUESTION1' is undefined",
"{{ QUESTION1 }}",
"",
],
}

Expand All @@ -390,6 +391,7 @@ def test_line28(capsys):
"tests/data/line/hello29.pdl:13 - 'QUESTION3' is undefined",
"tests/data/line/hello29.pdl:15 - 'QUESTION4' is undefined",
"null",
"",
],
}

Expand Down

0 comments on commit fa3b70c

Please sign in to comment.