Skip to content

Commit

Permalink
Fixed erroneous attribute access on the capsys fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Mar 10, 2024
1 parent 819baa3 commit b91b377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bdist_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def test_rmtree_readonly(monkeypatch, tmp_path, capsys):

if expected_count:
captured = capsys.readouterr()
assert "file.txt" in captured.stdout
assert "file.txt" in captured.out


def test_data_dir_with_tag_build(monkeypatch, tmp_path):
Expand Down

0 comments on commit b91b377

Please sign in to comment.