Skip to content

Commit

Permalink
Fix import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Koski committed Aug 18, 2023
1 parent 68906b8 commit 185a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/widgets/test_AddProjectItemWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from spinetoolbox.project_item.project_item import ProjectItem
from spinetoolbox.project_item.project_item_factory import ProjectItemFactory
from spinetoolbox.widgets.add_project_item_widget import AddProjectItemWidget
from ..mock_helpers import create_toolboxui_with_project, clean_up_toolbox
from tests.mock_helpers import create_toolboxui_with_project, clean_up_toolbox


class TestAddProjectItemWidget(unittest.TestCase):
Expand Down

0 comments on commit 185a21c

Please sign in to comment.