Skip to content

Commit ceac084

Browse files
authored
Fix typo
1 parent a00fdeb commit ceac084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_add() -> None:
136136
assert content.spans == [Span(0, 3, "red"), Span(4, 7, "blue")]
137137
assert content.cell_length == 7
138138

139-
def test_radd() -> NOne
139+
def test_radd() -> None:
140140
"""Test reverse addition."""
141141
assert "foo" + Content("bar") == Content("foobar")
142142

0 commit comments

Comments
 (0)