gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix typo


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix typo
Date: Sun, 08 Nov 2020 23:29:09 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 8f69fadc fix typo
8f69fadc is described below

commit 8f69fadc1f3e9468395bd642300a5ed768629f0c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 8 23:29:06 2020 +0100

    fix typo
---
 packages/taler-integrationtests/src/test-payment-transient.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-integrationtests/src/test-payment-transient.ts 
b/packages/taler-integrationtests/src/test-payment-transient.ts
index 6350dc2f..e7991329 100644
--- a/packages/taler-integrationtests/src/test-payment-transient.ts
+++ b/packages/taler-integrationtests/src/test-payment-transient.ts
@@ -127,7 +127,7 @@ runTest(async (t: GlobalTestState) => {
       faultInjected = true;
       console.log("injecting pay fault");
       const err: TalerErrorDetails = {
-        code: TalerErrorCode.GENERIC_DB_COMMIT_FAILED_HARD,
+        code: TalerErrorCode.GENERIC_DB_COMMIT_FAILED,
         details: {},
         hint: "huh",
         message: "something went wrong",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]