mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 02:07:07 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -282,7 +282,7 @@ struct Directory_test : public beast::unit_test::suite
|
||||
// All the offers have been cancelled, so the book
|
||||
// should have no entries and be empty:
|
||||
{
|
||||
Sandbox sb(env.closed().get(), tapNONE);
|
||||
Sandbox const sb(env.closed().get(), tapNONE);
|
||||
uint256 const bookBase = getBookBase({xrpIssue(), USD.issue(), std::nullopt});
|
||||
|
||||
BEAST_EXPECT(dirIsEmpty(sb, keylet::page(bookBase)));
|
||||
|
||||
Reference in New Issue
Block a user