mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update failing test
This commit is contained in:
@@ -56,7 +56,7 @@ def test_log_message_render(console):
|
||||
timezone_name = local_time.tzname()
|
||||
string_timestamp = local_time.time()
|
||||
|
||||
assert left == f" [#888177]{string_timestamp} [dim]{timezone_name}[/]"
|
||||
assert left == f"[dim]{string_timestamp} {timezone_name}"
|
||||
assert right.align == "right"
|
||||
assert "hello.py:123" in right.renderable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user