Skip to content

Commit

Permalink
Fix Test to moveCursor
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Aug 5, 2024
1 parent a711809 commit be2f619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/tests/test_ansi_code_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def test_move_cursor_up(self):
self.assertEqual(action.count, 5)
else:
self.fail('Too many substrings.')
self.assertEqual(i, 1, 'Too few substrings.')
self.assertEqual(i, 3, 'Too few substrings.')


if __name__ == '__main__':
Expand Down

0 comments on commit be2f619

Please sign in to comment.