Tests: remove superfluous NOLINTs

This commit is contained in:
Chris Hennes
2025-02-12 14:22:41 -06:00
committed by GitHub
parent 79fd880ed2
commit b56cdcde02

View File

@@ -46,8 +46,8 @@ protected:
}
private:
App::Document* _doc = nullptr; // NOLINT Can't be private in a test framework
std::string _testPath; // NOLINT Can't be private in a test framework
App::Document* _doc = nullptr;
std::string _testPath;
};
TEST_F(BackwardCompatibilityTest, TestOpenV021Model)