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