Skip to content

Commit

Permalink
Update qtconsole/tests/test_ansi_code_processor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Althviz Moré <16781833+dalthviz@users.noreply.github.com>
  • Loading branch information
jsbautista and dalthviz authored Jul 7, 2024
1 parent 1c0c079 commit 8e94756
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 @@ -54,7 +54,7 @@ def test_colors(self):
self.assertEqual(self.processor.foreground_color, 3)
else:
self.fail('Too many substrings.')
self.assertEqual(i, 2, 'Too few substrings.')
self.assertEqual(i, 3, 'Too few substrings.')

def test_colors_xterm(self):
""" Do xterm-specific control sequences for colors work?
Expand Down

0 comments on commit 8e94756

Please sign in to comment.