Skip to content

Commit

Permalink
[py-tx] finalized updates for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mackay-Fisher committed Nov 6, 2024
1 parent 6d2f20e commit 5944b03
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def assert_cli_output(
if not isinstance(expected_output, dict):
expected_output = dict(enumerate(expected_output))
for line, expected_line_output in expected_output.items():
print(line,expected_line_output)
if line < 0:
assert line >= -len(lines)
else:
Expand Down

0 comments on commit 5944b03

Please sign in to comment.