mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-31 02:50:24 +00:00
refactor: Rename static constants (#7120)
Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ struct TestJSONTxt
|
||||
bool const expectFail;
|
||||
};
|
||||
|
||||
static TestJSONTxt const kTEST_ARRAY[] = {
|
||||
static TestJSONTxt const kTestArray[] = {
|
||||
|
||||
// Valid SignerEntry
|
||||
{.txt = R"({
|
||||
@@ -162,7 +162,7 @@ public:
|
||||
// Instantiate a jtx::Env so debugLog writes are exercised.
|
||||
test::jtx::Env const env(*this);
|
||||
|
||||
for (auto const& test : kTEST_ARRAY)
|
||||
for (auto const& test : kTestArray)
|
||||
{
|
||||
json::Value req;
|
||||
json::Reader().parse(test.txt, req);
|
||||
|
||||
Reference in New Issue
Block a user