From b66bc47ca9df478f9389cfeadb5f5f88812b6147 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 6 Jan 2026 13:30:30 -0500 Subject: [PATCH] fix more merge issues --- src/test/app/HostFuncImpl_test.cpp | 2 +- src/test/app/Wasm_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/app/HostFuncImpl_test.cpp b/src/test/app/HostFuncImpl_test.cpp index 8eeca41b7c..692b085102 100644 --- a/src/test/app/HostFuncImpl_test.cpp +++ b/src/test/app/HostFuncImpl_test.cpp @@ -2960,7 +2960,7 @@ struct HostFuncImpl_test : public beast::unit_test::suite } }; -BEAST_DEFINE_TESTSUITE(HostFuncImpl, app, ripple); +BEAST_DEFINE_TESTSUITE(HostFuncImpl, app, xrpl); } // namespace test } // namespace xrpl diff --git a/src/test/app/Wasm_test.cpp b/src/test/app/Wasm_test.cpp index 2fc2952e2d..c22054fac0 100644 --- a/src/test/app/Wasm_test.cpp +++ b/src/test/app/Wasm_test.cpp @@ -740,7 +740,7 @@ struct Wasm_test : public beast::unit_test::suite } }; -BEAST_DEFINE_TESTSUITE(Wasm, app, ripple); +BEAST_DEFINE_TESTSUITE(Wasm, app, xrpl); } // namespace test } // namespace xrpl