Forgot to revert test
This commit is contained in:
parent
16f712fbaa
commit
a08b945124
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ def test_backspace_wide_characters(self):
|
|||
s.backspace()
|
||||
s.draw(' ')
|
||||
s.backspace()
|
||||
self.ae(s.cursor.x, 0)
|
||||
self.ae(s.cursor.x, 1)
|
||||
|
||||
def test_resize(self):
|
||||
s = self.create_screen(scrollback=6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue