Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Joensuu committed Apr 7, 2024
1 parent 1d1d22d commit 934e0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ui_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ def test_update_layout_no_plots(ui_handler: UIHandler):
"""Test the update_layout method."""
ui_handler.update_layout()
assert len(ui_handler._main_column.children) == 0
assert len(ui_handler._side_column.children) == 0
assert len(ui_handler._side_column.children) == 2

0 comments on commit 934e0ab

Please sign in to comment.