diff --git a/src/App/FeatureTest.cpp b/src/App/FeatureTest.cpp index e645193844..93bbcb95ab 100644 --- a/src/App/FeatureTest.cpp +++ b/src/App/FeatureTest.cpp @@ -145,7 +145,7 @@ FeatureTest::FeatureTest() ADD_PROPERTY(QuantityLength, (1.0)); QuantityLength.setUnit(Base::Unit::Length); ADD_PROPERTY(QuantityOther, (5.0)); - QuantityOther.setUnit(Base::Unit(-3, 1)); + QuantityOther.setUnit(Base::Unit::Density); // clang-format on }