Skip to content

Commit

Permalink
Remove useless print from test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Feb 15, 2024
1 parent 7f9b558 commit fd28283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/path_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def test_which_not_found_log(
mock_exists.return_value = False
with self._caplog.at_level(logging.DEBUG):
assert Path.which('file') is None
print(self._caplog.text)
assert (
'"file": in paths "{0}" exists: "False" mode match: '
'not checked'
Expand Down

0 comments on commit fd28283

Please sign in to comment.