From aafe4b62012cd58408abb1a8f78175804da9114f Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Wed, 20 May 2026 18:08:53 +0200 Subject: [PATCH] Update Batch_test.cpp --- src/test/app/Batch_test.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/test/app/Batch_test.cpp b/src/test/app/Batch_test.cpp index a453e8840e..04d6058844 100644 --- a/src/test/app/Batch_test.cpp +++ b/src/test/app/Batch_test.cpp @@ -994,8 +994,7 @@ class Batch_test : public beast::unit_test::Suite env.close(); } - // Invalid: inner txn with MPT amount on tx type that doesn't - // support MPT (OfferCreate TakerPays) + // Inner OfferCreate with MPT TakerPays. Valid under featureMPTokensV2. { MPTIssue issue(makeMptID(1, alice)); STAmount mptAmt{issue, UINT64_C(100)}; @@ -1012,7 +1011,7 @@ class Batch_test : public beast::unit_test::Suite env(batch::outer(alice, seq, batchFee, tfAllOrNothing), batch::Inner(tx1, seq + 1), batch::Inner(pay(alice, bob, XRP(1)), seq + 2), - Ter(telENV_RPC_FAILED)); + Ter(tesSUCCESS)); env.close(); }