Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 17, 2024
1 parent ed05182 commit 2d02602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pipdeptree.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def test_main_log_resolved(tmp_path: Path, mocker: MockFixture, capsys: pytest.C
)

main()

captured = capsys.readouterr()
assert captured.err.startswith(f"(resolved python: {tmp_path!s}")

0 comments on commit 2d02602

Please sign in to comment.