Skip to content

Commit

Permalink
Another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinugu committed Nov 12, 2024
1 parent 4b98883 commit f81b94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hub/log/test_root_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +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}')
assert formatted_record.endswith(' - DEBUG: my log msg (test.logger)')


Expand Down

0 comments on commit f81b94d

Please sign in to comment.