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
run() override
{
// testLedgerRequest();
// testBadInput();
// testLedgerCurrent();
// testLedgerFull();
// testLedgerFullNonAdmin();
// testLedgerAccounts();
testLedgerRequest();
testBadInput();
testLedgerCurrent();
testLedgerFull();
testLedgerFullNonAdmin();
testLedgerAccounts();
testLookupLedger();
// testNoQueue();
// testQueue();
// testLedgerAccountsOption();
testNoQueue();
testQueue();
testLedgerAccountsOption();
}
};