mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
style: More clang-tidy identifier renaming (#7290)
This commit is contained in:
@@ -64,7 +64,7 @@ struct Transaction_ordering_test : public beast::unit_test::Suite
|
||||
testcase("Incorrect order");
|
||||
|
||||
Env env(*this, envconfig([](std::unique_ptr<Config> cfg) {
|
||||
cfg->FORCE_MULTI_THREAD = false;
|
||||
cfg->forceMultiThread = false;
|
||||
return cfg;
|
||||
}));
|
||||
|
||||
@@ -102,7 +102,7 @@ struct Transaction_ordering_test : public beast::unit_test::Suite
|
||||
testcase("Incorrect order multiple intermediaries");
|
||||
|
||||
Env env(*this, envconfig([](std::unique_ptr<Config> cfg) {
|
||||
cfg->FORCE_MULTI_THREAD = true;
|
||||
cfg->forceMultiThread = true;
|
||||
return cfg;
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user