Draft: update unit test for gui_selectplane

This commit is contained in:
vocx-fc
2020-02-12 21:47:29 -06:00
committed by Yorik van Havre
parent 0b7c0800c1
commit 7ec5d58d0b

View File

@@ -68,7 +68,7 @@ class DraftImportTools(unittest.TestCase):
def test_import_gui_draftplane(self):
"""Import Draft SelectPlane."""
module = "DraftSelectPlane"
module = "draftguitools.gui_selectplane"
if not App.GuiUp:
aux._no_gui(module)
self.assertTrue(True)