fix typo
This commit is contained in:
parent
c17a9392cb
commit
8f69fadc1f
@ -127,7 +127,7 @@ runTest(async (t: GlobalTestState) => {
|
|||||||
faultInjected = true;
|
faultInjected = true;
|
||||||
console.log("injecting pay fault");
|
console.log("injecting pay fault");
|
||||||
const err: TalerErrorDetails = {
|
const err: TalerErrorDetails = {
|
||||||
code: TalerErrorCode.GENERIC_DB_COMMIT_FAILED_HARD,
|
code: TalerErrorCode.GENERIC_DB_COMMIT_FAILED,
|
||||||
details: {},
|
details: {},
|
||||||
hint: "huh",
|
hint: "huh",
|
||||||
message: "something went wrong",
|
message: "something went wrong",
|
||||||
|
Loading…
Reference in New Issue
Block a user