Skip to content

Commit 905b397

Browse files
willmcguganCopilot
andauthored
Update tests/test_cells.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b031dca commit 905b397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cells.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_chop_cells_mixed_width():
144144
("\x1b\x1b\x1b\x1b", []),
145145
],
146146
)
147-
def test_chop_cells_zero_width(text: str, expected: list) -> None:
147+
def test_chop_cells_zero_width(text: str, expected: list[str]) -> None:
148148
"""Test zer width characters being chopped."""
149149
assert chop_cells(text, 3) == expected
150150

0 commit comments

Comments
 (0)