From 3dd44ae18a944fdd7f05a92a05a92305d70b56cf Mon Sep 17 00:00:00 2001 From: Vito <5780819+Tapanito@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:04:54 +0200 Subject: [PATCH] address AI feedback --- src/test/app/Vault_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/app/Vault_test.cpp b/src/test/app/Vault_test.cpp index e49b9c46c0..418d2f8533 100644 --- a/src/test/app/Vault_test.cpp +++ b/src/test/app/Vault_test.cpp @@ -8050,8 +8050,8 @@ class Vault_test : public beast::unit_test::Suite env.disableFeature(featureLendingProtocolV1_1); delTx[sfMemoData] = strHex(std::string(kMaxDataPayloadLength, 'A')); env(delTx, Ter(temDISABLED)); - env.close(); env.enableFeature(featureLendingProtocolV1_1); + env.close(); } // Transaction fails if the data field is too large