mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
chore: Enable clang-tidy v21 new checks (#7031)
This commit is contained in:
@@ -158,7 +158,8 @@ class TMGetObjectByHash_test : public beast::unit_test::suite
|
||||
hashes.push_back(hash);
|
||||
|
||||
Blob data(100, static_cast<unsigned char>(i % 256));
|
||||
nodeStore.store(hotLEDGER, std::move(data), hash, nodeStore.earliestLedgerSeq());
|
||||
nodeStore.store(
|
||||
NodeObjectType::hotLEDGER, std::move(data), hash, nodeStore.earliestLedgerSeq());
|
||||
}
|
||||
|
||||
// Create a request with more objects than hardMaxReplyNodes
|
||||
|
||||
Reference in New Issue
Block a user