Fix broken test
This commit is contained in:
parent
8cc8662cde
commit
d45f1ca96d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ def test_buffer_left_at_first_char():
|
|||
|
||||
|
||||
def test_buffer_right():
|
||||
assert Buffer().right().cx == 1
|
||||
assert Buffer(["foo"]).right().cx == 1
|
||||
|
||||
|
||||
def test_buffer_right_at_last_char():
|
||||
|
|
|
|||
Loading…
Reference in a new issue