Skip to content

Commit

Permalink
Fix test (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel authored Aug 30, 2024
1 parent dc08f1e commit 94f1613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_line_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def do_test(t, capsys):
generate(t["file"], None, {}, "json", None)
generate(t["file"], None, {}, None, None)
captured = capsys.readouterr()
output = captured.out.split("\n")
print(output)
Expand Down

0 comments on commit 94f1613

Please sign in to comment.