From 1b6047afe18e4c7625485c39c9dcfa6497fad518 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Thu, 7 May 2026 13:27:03 -0400 Subject: [PATCH] More clang-tidy changes: AMMExtended_test member and Number_test includes --- src/test/app/AMMExtended_test.cpp | 2 +- src/test/basics/Number_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/app/AMMExtended_test.cpp b/src/test/app/AMMExtended_test.cpp index 9b80ff2414..83327f94cb 100644 --- a/src/test/app/AMMExtended_test.cpp +++ b/src/test/app/AMMExtended_test.cpp @@ -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 diff --git a/src/test/basics/Number_test.cpp b/src/test/basics/Number_test.cpp index 351edcce51..893bff3154 100644 --- a/src/test/basics/Number_test.cpp +++ b/src/test/basics/Number_test.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include