commit 8f69fadc1f3e9468395bd642300a5ed768629f0c
parent c17a9392cb7d64e25e2f0f55ac33af6103cf2a28
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 8 Nov 2020 23:29:06 +0100
fix typo
Diffstat:
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
@@ -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",