Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Jan 29, 2025
1 parent dcf2295 commit 17a815f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mock_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def create_toolboxui_with_project(project_dir):
patch("spinetoolbox.ui_main.QSettings.setValue"),
patch("spinetoolbox.ui_main.QSettings.sync"),
patch("spinetoolbox.plugin_manager.PluginManager.load_installed_plugins"),
patch("spinetoolbox.ui_main.QScrollArea.setWidget"),
):
mock_qsettings_value.side_effect = qsettings_value_side_effect
mock_set_app_style.return_value = True
Expand Down

0 comments on commit 17a815f

Please sign in to comment.