diff --git a/tests/unit/mainwindow/statusbar/test_percentage.py b/tests/unit/mainwindow/statusbar/test_percentage.py index aac4125c3..bec3f06bf 100644 --- a/tests/unit/mainwindow/statusbar/test_percentage.py +++ b/tests/unit/mainwindow/statusbar/test_percentage.py @@ -39,6 +39,7 @@ def percentage(qtbot): (75, '[75%]'), (25, '[25%]'), (5, '[ 5%]'), + (None, '[???]'), ]) def test_percentage_text(percentage, y, expected): """Test text displayed by the widget based on the y position of a page.