fix: Test names should be snake case

This commit is contained in:
TimothyBanks
2026-09-25 11:02:25 -04:00
parent 60e5c4d2dd
commit c6be4bdb2b

View File

@@ -185,7 +185,7 @@ bytecodeTx(Account const& acct, std::size_t size)
} // namespace
TEST_F(TxFieldImpl, AnOversizedBlobIsRefusedWhereItIsRead)
TEST_F(TxFieldImpl, an_oversized_blob_is_refused_where_it_is_read)
{
auto const owner = Account{"owner"};
ledger.createAccount(owner, XRP(1000));
@@ -196,7 +196,7 @@ TEST_F(TxFieldImpl, AnOversizedBlobIsRefusedWhereItIsRead)
HostFunctionError::DataFieldTooLarge);
}
TEST_F(TxFieldImpl, ABlobAtTheCapIsStillRead)
TEST_F(TxFieldImpl, a_blob_at_the_cap_is_still_read)
{
auto const owner = Account{"owner"};
ledger.createAccount(owner, XRP(1000));