[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: fix test case
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: fix test case |
Date: |
Thu, 22 Jul 2021 18:58:50 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new e70e664d fix test case
e70e664d is described below
commit e70e664da982baf1b74e6210adaa870c298281d4
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jul 22 18:58:35 2021 +0200
fix test case
---
.../src/integrationtests/test-payment-zero.ts | 14 --------------
1 file changed, 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
index 3ab12e39..771ca27e 100644
--- 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,
{},
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: fix test case,
gnunet <=