From 73e8e6bbc696e92e0c13fdcb2f9668ccbecdf8be Mon Sep 17 00:00:00 2001 From: azv Date: Thu, 20 Feb 2020 10:40:56 +0300 Subject: [PATCH] Fix misprint --- src/FeaturesPlugin/Test/Test2918.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FeaturesPlugin/Test/Test2918.py b/src/FeaturesPlugin/Test/Test2918.py index 58f68cda4..530acf280 100644 --- a/src/FeaturesPlugin/Test/Test2918.py +++ b/src/FeaturesPlugin/Test/Test2918.py @@ -323,6 +323,6 @@ model.testNbSubShapes(FusionFaces_1, GeomAPI_Shape.SOLID, [1]) model.testNbSubShapes(FusionFaces_1, GeomAPI_Shape.FACE, [47]) model.testNbSubShapes(FusionFaces_1, GeomAPI_Shape.EDGE, [202]) model.testNbSubShapes(FusionFaces_1, GeomAPI_Shape.VERTEX, [404]) -model.testResultsVolumes(FusionFaces_1, [612.7268292882] +model.testResultsVolumes(FusionFaces_1, [612.7268292882]) assert(model.checkPythonDump()) \ No newline at end of file -- 2.30.2