Skip to content

Commit

Permalink
removed redudant print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thomend committed Oct 2, 2024
1 parent 321a846 commit 1cd404d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def test_fail_any_model_under(manifest_path):
result = runner.invoke(
lint, ["--manifest", manifest_path, "--fail_any_model_under", "10.0"]
)
print(result.output)
assert "model1" in result.output
assert "model2" in result.output
assert "Error: model score too low, fail_any_model_under" in result.stdout
Expand Down

0 comments on commit 1cd404d

Please sign in to comment.