Skip to content

Commit

Permalink
Update test_logging.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored May 28, 2024
1 parent 275725e commit 802ad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/framework/project/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_has_rich_handler():
assert has_rich_handler(test_logger)


def test_default_logging_info_emission(monkeypatch, capsys):
def test_default_logging_info_emission(monkeypatch, capsys):
# Expected path and logging configuration
expected_path = Path("conf/logging.yml")
dummy_logging_config = yaml.dump(
Expand Down

0 comments on commit 802ad26

Please sign in to comment.