Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Jun 11, 2024
1 parent b273787 commit f5d14e3
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 @@ -34,7 +34,7 @@ def test_stylesheet_changed(self):
w = JupyterWidget(kind='rich')

# By default, the background is light. White text is rendered as black
self.assertEqual(w._ansi_processor.get_color(15).name(), '#000000')
self.assertEqual(w._ansi_processor.get_color(15).name(), '#ffffff')

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

0 comments on commit f5d14e3

Please sign in to comment.