Clean up the code

Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
JCW
2025-11-19 17:20:41 +00:00
parent a29d8dc1af
commit 7b3bfe965c

View File

@@ -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();
} }
}; };