Skip to content

Commit 49b84a6

Browse files
committed
fix: drop test not right assert and add commnet
Signed-off-by: yihong0618 <[email protected]>
1 parent 618d5d9 commit 49b84a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_pyrepl/test_windows_console.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,7 @@ def test_multiline_ctrl_z(self):
354354
Event(evt="key", data='\x1a', raw=bytearray(b'\x1a')),
355355
],
356356
)
357-
reader, con = self.handle_events_narrow(events)
358-
self.assertEqual(reader.cxy, (2, 3))
357+
reader, con = self.handle_events_narrow(events) # make sure can handele it.
359358
con.restore()
360359

361360

0 commit comments

Comments
 (0)