Salome HOME
Implementation of shared faces inspection, bos #29568
[modules/shaper.git] / src / FeaturesPlugin / Test / TestPlacement_Edge_Edge.py
index e0c262dd02939edfc9f09bec14a992120a79f01d..3007fbb5bb265fa4d0866a7e2dbf2e0f5aa789a2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -133,7 +133,6 @@ aSession.finishOperation()
 assert (len(aPlacementFt.results()) > 0)
 aPlacementResult = modelAPI_ResultBody(aPlacementFt.firstResult())
 assert (aPlacementResult is not None)
-aSession.finishOperation()
 
 from salome.shaper import model
 assert(model.checkPythonDump())