From d784cffe3f90665e75928de6530f23dccfe7f6c8 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Thu, 13 Oct 2022 22:19:46 -0700 Subject: [PATCH] Fixed typo in UI test case --- src/Mod/Path/PathTests/TestPathAdaptive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathTests/TestPathAdaptive.py b/src/Mod/Path/PathTests/TestPathAdaptive.py index 62b0322ca3..8d66517ea5 100644 --- a/src/Mod/Path/PathTests/TestPathAdaptive.py +++ b/src/Mod/Path/PathTests/TestPathAdaptive.py @@ -29,7 +29,7 @@ import Path.Main.Job as PathJob from PathTests.PathTestUtils import PathTestBase if FreeCAD.GuiUp: - import Path.Main.gui.Job as PathJobGui + import Path.Main.Gui.Job as PathJobGui import Path.Op.Gui.Adaptive as PathAdaptiveGui