mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Clean up the code
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -706,16 +706,16 @@ public:
|
|||||||
void
|
void
|
||||||
run() override
|
run() override
|
||||||
{
|
{
|
||||||
// testLedgerRequest();
|
testLedgerRequest();
|
||||||
// testBadInput();
|
testBadInput();
|
||||||
// testLedgerCurrent();
|
testLedgerCurrent();
|
||||||
// testLedgerFull();
|
testLedgerFull();
|
||||||
// testLedgerFullNonAdmin();
|
testLedgerFullNonAdmin();
|
||||||
// testLedgerAccounts();
|
testLedgerAccounts();
|
||||||
testLookupLedger();
|
testLookupLedger();
|
||||||
// testNoQueue();
|
testNoQueue();
|
||||||
// testQueue();
|
testQueue();
|
||||||
// testLedgerAccountsOption();
|
testLedgerAccountsOption();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user