mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-01-06 21:44:09 +01:00
test: removed explicit call to close the widget
This commit is contained in:
@@ -12,7 +12,6 @@ def scan_control(qtbot, bec_client_lib): # , mock_dev):
|
||||
qtbot.addWidget(widget)
|
||||
qtbot.waitExposed(widget)
|
||||
yield widget
|
||||
widget.close()
|
||||
|
||||
|
||||
def test_scan_control_populate_scans_e2e(scan_control):
|
||||
|
||||
Reference in New Issue
Block a user