More clang-tidy changes: AMMExtended_test member and Number_test includes

This commit is contained in:
Ed Hennis
2026-05-07 13:27:03 -04:00
parent 175a04160d
commit 1b6047afe1
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ namespace xrpl::test {
class AMMExtended_test : public jtx::AMMTest
{
// Use small Number mantissas for the life of this test.
NumberMantissaScaleGuard const sg{xrpl::MantissaRange::MantissaScale::Small};
NumberMantissaScaleGuard const sg_{xrpl::MantissaRange::MantissaScale::Small};
// For now, just disable SAV entirely, which locks in the small Number
// mantissas

View File

@@ -6,7 +6,7 @@
#include <xrpl/protocol/SystemParameters.h>
#include <xrpl/protocol/XRPAmount.h>
#include <boost/multiprecision/cpp_int.hpp>
#include <boost/multiprecision/number.hpp>
#include <array>
#include <cstdint>