From c2ead407aedd23cb44463ef48ee33bf5bc8b22f3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 31 Oct 2022 18:14:38 +0530 Subject: [PATCH] ... --- kitty_tests/screen.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kitty_tests/screen.py b/kitty_tests/screen.py index 9ad1baf9e..9ada46448 100644 --- a/kitty_tests/screen.py +++ b/kitty_tests/screen.py @@ -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