Skip to content

Commit f5e6628

Browse files
committed
Fix MacroPanel instantiation in unit test to use None as parent for improved consistency
1 parent e608909 commit f5e6628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datalab/tests/features/macro/macroeditor_unit_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_macro_example_path() -> str:
5454
def test_macro_editor():
5555
"""Test dep viewer window"""
5656
with qt_app_context(exec_loop=True):
57-
widget = macro.MacroPanel()
57+
widget = macro.MacroPanel(None)
5858
widget.resize(800, 600)
5959
widget.show()
6060

0 commit comments

Comments
 (0)