mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix typo
This commit is contained in:
@@ -136,7 +136,7 @@ def test_add() -> None:
|
|||||||
assert content.spans == [Span(0, 3, "red"), Span(4, 7, "blue")]
|
assert content.spans == [Span(0, 3, "red"), Span(4, 7, "blue")]
|
||||||
assert content.cell_length == 7
|
assert content.cell_length == 7
|
||||||
|
|
||||||
def test_radd() -> NOne
|
def test_radd() -> None:
|
||||||
"""Test reverse addition."""
|
"""Test reverse addition."""
|
||||||
assert "foo" + Content("bar") == Content("foobar")
|
assert "foo" + Content("bar") == Content("foobar")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user