More delinting

This commit is contained in:
bgbsww
2023-12-25 17:44:06 -05:00
parent 35b853deb5
commit 00a9b3261e
4 changed files with 10 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ protected:
void TearDown() override
{}
Part::Cut* _cut; // NOLINT Can't be private in a test framework
Part::Cut* _cut = nullptr; // NOLINT Can't be private in a test framework
};
TEST_F(FeaturePartCutTest, testIntersecting)
@@ -129,7 +129,7 @@ TEST_F(FeaturePartCutTest, testBarelyIntersecting)
_cut->execute();
Part::TopoShape ts = _cut->Shape.getValue();
double volume = PartTestHelpers::getVolume(ts.getShape());
double target = 6 - PartTestHelpers::minimalDistance * 3; // 3 dimensions in a Volume
double target = 6 - PartTestHelpers::minimalDistance * 3; // NOLINT 3 dimensions in a Volume
Base::BoundBox3d bb = ts.getBoundBox();
// Assert