From 61b2fe4f64d1e42a3f2c9caa12ab42e1e796270d Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 6 Jan 2026 17:58:22 -0500 Subject: [PATCH] fix test --- src/test/app/EscrowSmart_test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/app/EscrowSmart_test.cpp b/src/test/app/EscrowSmart_test.cpp index 497b4847f8..1ff82dff40 100644 --- a/src/test/app/EscrowSmart_test.cpp +++ b/src/test/app/EscrowSmart_test.cpp @@ -13,7 +13,7 @@ #include #include -namespace ripple { +namespace xrpl { namespace test { struct EscrowSmart_test : public beast::unit_test::suite @@ -1006,7 +1006,7 @@ public: } }; -BEAST_DEFINE_TESTSUITE(EscrowSmart, app, ripple); +BEAST_DEFINE_TESTSUITE(EscrowSmart, app, xrpl); } // namespace test -} // namespace ripple +} // namespace xrpl