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