mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-30 16:05:51 +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
|
||||
run() override
|
||||
{
|
||||
// testLedgerRequest();
|
||||
// testBadInput();
|
||||
// testLedgerCurrent();
|
||||
// testLedgerFull();
|
||||
// testLedgerFullNonAdmin();
|
||||
// testLedgerAccounts();
|
||||
testLedgerRequest();
|
||||
testBadInput();
|
||||
testLedgerCurrent();
|
||||
testLedgerFull();
|
||||
testLedgerFullNonAdmin();
|
||||
testLedgerAccounts();
|
||||
testLookupLedger();
|
||||
// testNoQueue();
|
||||
// testQueue();
|
||||
// testLedgerAccountsOption();
|
||||
testNoQueue();
|
||||
testQueue();
|
||||
testLedgerAccountsOption();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user