Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Jun 25, 2024
1 parent f7bbaa0 commit dd5c5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/tests/test_jupyter_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_stylesheet_changed(self):
self.assertEqual(w._ansi_processor.get_color(15).name(), '#000000')

# Color code 40
self.assertEqual(w._ansi_processor.get_color(40).name(), '#37D737')
self.assertEqual(w._ansi_processor.get_color(40).name(), '#00d700')

# Change to a dark colorscheme. White text is rendered as white
w.syntax_style = 'monokai'
Expand Down

0 comments on commit dd5c5b3

Please sign in to comment.