Fixed typo in UI test case

This commit is contained in:
Markus Lampert
2022-10-13 22:19:46 -07:00
committed by mlampert
parent dae3722d71
commit d784cffe3f

View File

@@ -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