Skip to content

Commit

Permalink
fix pytest error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed May 7, 2024
1 parent 84435f2 commit 6ccb5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_metadata_cargo_log(
hello_world_bin.metadata(quiet=False)
captured = capfd.readouterr()
assert captured.out == ""
assert "TRACE cargo::util::config" in captured.err
assert "TRACE cargo::" in captured.err

# With quiet set, nothing will be printed
hello_world_bin.metadata(quiet=True)
Expand Down

0 comments on commit 6ccb5d5

Please sign in to comment.