Skip to content

Commit

Permalink
ci: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ authored Jan 3, 2025
1 parent 2f69e1a commit c951adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/base/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def test_transient_mode(monaco_pbf_file_path_fixture: str) -> None:
"""Test if runs properly without reporting status."""
result = runner.invoke(cli.app, [monaco_pbf_file_path_fixture, "--ignore-cache", "--transient"])
output_lines = result.stdout.strip().split("\n")
print(output_lines)
assert result.exit_code == 0
assert len(result.stdout.strip().split("\n")) == 2
assert "Finished operation in" in output_lines[0]
Expand Down

0 comments on commit c951adf

Please sign in to comment.