From 444285dc75260b4427c877d3a2d4937144235737 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 30 Apr 2026 15:22:50 +0100 Subject: [PATCH] minor cleanup Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> --- src/test/app/AMM_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/app/AMM_test.cpp b/src/test/app/AMM_test.cpp index a0d5d84706..934d230968 100644 --- a/src/test/app/AMM_test.cpp +++ b/src/test/app/AMM_test.cpp @@ -4339,9 +4339,8 @@ private: testAmendment() { testcase("Amendment"); - FeatureBitset const noAMM{testable_amendments() - featureAMM}; using namespace jtx; - Env env{*this, noAMM}; + Env env{*this, testable_amendments() - featureAMM}; fund(env, gw, {alice}, {USD(1'000)}, Fund::All); AMM amm(env, alice, XRP(1'000), USD(1'000), ter(temDISABLED));