Skip to content

Commit

Permalink
TST: remove unused fixture and variable from test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz committed Oct 11, 2024
1 parent 6384d06 commit e3c291b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typhos/tests/test_positioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ def has_limit_error():


@pytest.mark.no_gc
def test_positioner_widget_long_status_text(motor_widget, qtbot):
motor, widget = motor_widget
def test_positioner_widget_long_status_text(motor_widget):
_, widget = motor_widget

assert widget.ui.status_label.text() == ''

Expand Down

0 comments on commit e3c291b

Please sign in to comment.