mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
fix(plot_framework): all widgets, popups and side menus cleanups adjusted
This commit is contained in:
@ -33,8 +33,6 @@ def test_curve_setting_init(curve_setting_fixture):
|
||||
"""
|
||||
curve_setting, wf = curve_setting_fixture
|
||||
|
||||
# Basic checks
|
||||
assert curve_setting.objectName() == "CurveSetting"
|
||||
# The layout should be QVBoxLayout
|
||||
assert isinstance(curve_setting.layout, QVBoxLayout)
|
||||
|
||||
|
Reference in New Issue
Block a user