mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-08-06 10:12:27 +02:00
test: removed explicit call to close the widget
This commit is contained in:
@@ -14,7 +14,6 @@ def text_box_widget(qtbot, mocked_client):
|
||||
qtbot.addWidget(widget)
|
||||
qtbot.waitExposed(widget)
|
||||
yield widget
|
||||
widget.close()
|
||||
|
||||
|
||||
def test_textbox_widget(text_box_widget):
|
||||
|
||||
Reference in New Issue
Block a user