Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor fix for tests
  • Loading branch information
Chilipp committed Apr 28, 2020
commit e589928de1b0facb96dd2b373395936edf838c7a
2 changes: 1 addition & 1 deletion tests/widgets/test_color_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_minmax(self):
self.assertEqual(float(w.txt_max_pctl.text()), 95)

w.txt_min_pctl.setText('10')
self.assertEqual(fmt_w.get_obj(), ['minmax', 14, 10, 95])
self.assertEqual(fmt_w.get_obj(), ['minmax', 14, 10, 95, None, None])

def test_powernorm(self):
"""Test a :class:`matplotlib.colors.PowerNorm`"""
Expand Down