Skip to content

Commit

Permalink
Draft: update unit test for new gui_trackers module
Browse files Browse the repository at this point in the history
  • Loading branch information
vocx-fc committed Mar 22, 2020
1 parent 1eb68aa commit d25b189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/drafttests/test_import_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_import_gui_draft_tools(self):

def test_import_gui_draft_trackers(self):
"""Import Draft tracker utilities."""
module = "DraftTrackers"
module = "draftguitools.gui_trackers"
if not App.GuiUp:
aux._no_gui(module)
self.assertTrue(True)
Expand Down

0 comments on commit d25b189

Please sign in to comment.