Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Nov 12, 2024
1 parent c7ccc63 commit 4b98883
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/hub/log/test_root_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ def test_log_formatter(runtime: Annotated[IsRuntime, pytest.fixture]):
# TODO: Why did this start failing on a GitHub actions Python 3.11 VM?

# assert formatted_record == f'[TEST] {formatted_time} - DEBUG: my log msg (test.logger)'
assert formatted_record.startswith(
f'[TEST] {formatted_time}) - DEBUG: my log msg (test.logger)')
assert formatted_record.startswith(f'[TEST] {formatted_time} - DEBUG: my log msg (test.logger)')
assert formatted_record.endswith(' - DEBUG: my log msg (test.logger)')


Expand Down

0 comments on commit 4b98883

Please sign in to comment.