More delinting

This commit is contained in:
bgbsww
2023-12-25 17:44:06 -05:00
parent 72e700ba75
commit 30fbbcf458
4 changed files with 10 additions and 10 deletions

View File

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