fix test case

This commit is contained in:
Florian Dold 2021-07-22 18:58:35 +02:00
parent 56902288c6
commit e70e664da9
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -59,20 +59,6 @@ export async function runPaymentZeroTest(t: GlobalTestState) {
await wallet.runUntilDone();
// Now try to "pay" for something where we don't even have the
// currency.
await makeTestPayment(t, {
wallet,
merchant,
order: {
summary: "I am also free!",
amount: "BLURP:0",
fulfillment_url: "taler://fulfillment-success/thx",
},
});
await wallet.runUntilDone();
const transactions = await wallet.client.call(
WalletApiOperation.GetTransactions,
{},