Draft: update unit test for gui_snapper

This commit is contained in:
vocx-fc
2020-02-11 17:38:30 -06:00
committed by Yorik van Havre
parent 699624fd26
commit 69af481235

View File

@@ -48,7 +48,7 @@ class DraftGuiImport(unittest.TestCase):
def test_import_gui_draft_snap(self):
"""Import Draft snapping."""
module = "DraftSnap"
module = "draftguitools.gui_snapper"
if not App.GuiUp:
aux._no_gui(module)
self.assertTrue(True)