More delinting
This commit is contained in:
@@ -25,7 +25,7 @@ protected:
|
||||
void TearDown() override
|
||||
{}
|
||||
|
||||
Part::Fuse* _fuse; // NOLINT Can't be private in a test framework
|
||||
Part::Fuse* _fuse = nullptr; // NOLINT Can't be private in a test framework
|
||||
};
|
||||
|
||||
TEST_F(FeaturePartFuseTest, testIntersecting)
|
||||
@@ -130,7 +130,7 @@ TEST_F(FeaturePartFuseTest, testBarelyIntersecting)
|
||||
_fuse->execute();
|
||||
Part::TopoShape ts = _fuse->Shape.getValue();
|
||||
double volume = PartTestHelpers::getVolume(ts.getShape());
|
||||
double target = 12 - PartTestHelpers::minimalDistance * 3; // 3 dimensions in a Volume
|
||||
double target = 12 - PartTestHelpers::minimalDistance * 3; // NOLINT 3 dimensions in a Volume
|
||||
Base::BoundBox3d bb = ts.getBoundBox();
|
||||
|
||||
// Assert
|
||||
|
||||
Reference in New Issue
Block a user