From 84bf0ace4287ea3c059f3d28cfcb4fe11d1b1c4d Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Thu, 4 Jun 2020 15:57:04 +0300 Subject: [PATCH] Adjust unit test --- src/FeaturesPlugin/Test/TestExtrusionCut_ThroughAll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FeaturesPlugin/Test/TestExtrusionCut_ThroughAll.py b/src/FeaturesPlugin/Test/TestExtrusionCut_ThroughAll.py index e19da51a6..54e0f6fd4 100644 --- a/src/FeaturesPlugin/Test/TestExtrusionCut_ThroughAll.py +++ b/src/FeaturesPlugin/Test/TestExtrusionCut_ThroughAll.py @@ -64,7 +64,7 @@ SketchCircle_3 = Sketch_3.addCircle(7, 2, 1.5) ExtrusionCut_3.setNestedSketch(Sketch_3) model.do() Shape = ExtrusionCut_3.results()[0].resultSubShapePair()[0].shape() -checkMiddlePoint(Shape, 5.00008072, 5.079732577, 5.08050677) +checkMiddlePoint(Shape, 5.00008072, 5.079732786, 5.08050663) model.end() -- 2.39.2