This commit is contained in:
Kovid Goyal 2022-10-31 18:14:38 +05:30
parent 16b322616a
commit c2ead407ae
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -332,8 +332,6 @@ class TestScreen(BaseTest):
s.resize(s.lines - 1, s.columns)
self.ae(x_before, s.cursor.x)
def test_cursor_position_after_resize(self):
# test x position remains the same after resize
s = self.create_screen()
s.draw('abc')
b = s.cursor.x