mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
f u clang-tidy
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user