taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit e70e664da982baf1b74e6210adaa870c298281d4
parent 56902288c6ce498cdfbd80ac9036cd457872a73b
Author: Florian Dold <florian@dold.me>
Date:   Thu, 22 Jul 2021 18:58:35 +0200

fix test case

Diffstat:
Mpackages/taler-wallet-cli/src/integrationtests/test-payment-zero.ts | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git a/packages/taler-wallet-cli/src/integrationtests/test-payment-zero.ts b/packages/taler-wallet-cli/src/integrationtests/test-payment-zero.ts @@ -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, {},