Fix tipping test.
This test case used to stop+start the merchant along the run. This made the DB erased, and got the tip reserve information lost. stop+start is now commented out
This commit is contained in:
parent
3de34849b8
commit
172044f022
@ -62,9 +62,11 @@ export async function runTippingTest(t: GlobalTestState) {
|
||||
});
|
||||
|
||||
await exchange.runWirewatchOnce();
|
||||
await merchant.stop();
|
||||
|
||||
// FIXME/WHY? Disabling for now, as start() erases the DB.
|
||||
/*await merchant.stop();
|
||||
await merchant.start();
|
||||
await merchant.pingUntilAvailable();
|
||||
await merchant.pingUntilAvailable();*/
|
||||
|
||||
const r = await MerchantPrivateApi.queryTippingReserves(merchant, "default");
|
||||
console.log("tipping reserves:", JSON.stringify(r, undefined, 2));
|
||||
|
Loading…
Reference in New Issue
Block a user