Forgot to revert test

This commit is contained in:
Kovid Goyal
2018-09-09 14:02:46 +05:30
parent 16f712fbaa
commit a08b945124

View File

@@ -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)