mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -32,8 +32,8 @@ class GetCounts_test : public beast::unit_test::suite
|
||||
|
||||
// create some transactions
|
||||
env.close();
|
||||
Account alice{"alice"};
|
||||
Account bob{"bob"};
|
||||
Account const alice{"alice"};
|
||||
Account const bob{"bob"};
|
||||
env.fund(XRP(10000), alice, bob);
|
||||
env.trust(alice["USD"](1000), bob);
|
||||
for (auto i = 0; i < 20; ++i)
|
||||
|
||||
Reference in New Issue
Block a user