f u clang-tidy

This commit is contained in:
Mayukha Vadari
2026-07-02 11:12:53 -04:00
parent 988cb8b5eb
commit c5bb91986e

View File

@@ -7544,7 +7544,7 @@ class Vault_test : public beast::unit_test::Suite
// Transaction fails if the data field is set, but is empty
{
testcase("VaultDelete memo data featureLendingProtocolV1_1 enabled data empty");
delTx[sfMemoData] = strHex(std::string(0, 'A'));
delTx[sfMemoData] = strHex(std::string{});
env(delTx, Ter(temMALFORMED));
env.close();
}