Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel committed Aug 30, 2024
1 parent 6c4c2f3 commit 5fa55a9
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 5fa55a9

Please sign in to comment.