summaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-payment-fault.ts
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-03-25 12:42:06 -0600
committerIván Ávalos <avalos@disroot.org>2024-04-04 08:57:01 -0600
commit205d3f73079649d3b7e01889ed00aff744e2ee61 (patch)
tree84ce8097f66856ab2d68780dd52f4086f328ec90 /packages/taler-harness/src/integrationtests/test-payment-fault.ts
parente7a966f755e78bf9ec200f29e49706045d1e1a54 (diff)
downloadwallet-core-dev/ivan-avalos/libeufin-harness.tar.gz
wallet-core-dev/ivan-avalos/libeufin-harness.tar.bz2
wallet-core-dev/ivan-avalos/libeufin-harness.zip
harness: rename BankService to FakebankServicedev/ivan-avalos/libeufin-harness
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-payment-fault.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-payment-fault.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-payment-fault.ts b/packages/taler-harness/src/integrationtests/test-payment-fault.ts
index cadcc9056..c48b8e2a2 100644
--- a/packages/taler-harness/src/integrationtests/test-payment-fault.ts
+++ b/packages/taler-harness/src/integrationtests/test-payment-fault.ts
@@ -30,8 +30,8 @@ import {
FaultInjectionResponseContext,
} from "../harness/faultInjection.js";
import {
- BankService,
ExchangeService,
+ FakebankService,
GlobalTestState,
MerchantService,
generateRandomPayto,
@@ -50,7 +50,7 @@ export async function runPaymentFaultTest(t: GlobalTestState) {
const db = await setupDb(t);
- const bank = await BankService.create(t, {
+ const bank = await FakebankService.create(t, {
allowRegistrations: true,
currency: "TESTKUDOS",
database: db.connStr,