0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

test: removed explicit call to close the widget

This commit is contained in:
2024-08-07 12:20:40 +02:00
parent a3d4f5ac4b
commit bf6294ecbf
16 changed files with 1 additions and 23 deletions

View File

@ -19,7 +19,6 @@ def device_input_base(qtbot, mocked_client):
qtbot.addWidget(widget)
qtbot.waitExposed(widget)
yield widget
widget.close()
def test_device_input_base_init(device_input_base):