mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
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 @@ class TestScreen(BaseTest):
|
|||
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…
Add table
Add a link
Reference in a new issue