From 835ac85a28dc11b5d7f5cff041ff7973d244e07e Mon Sep 17 00:00:00 2001 From: ms Date: Sat, 23 Oct 2021 11:35:54 +0200 Subject: Adapt euFin tests to Demobank model. Mostly, this change removes any mention of the currency when bank accounts are created. --- packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts') diff --git a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts index 9e1842d03..6133bcc19 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-basic.ts @@ -94,7 +94,6 @@ export async function createLibeufinTestEnvironment( partnerID: "partner01", userID: "user01", }, - currency: "EUR", }); // Subscriber and bank Account for the merchant // (Merchant doesn't need EBICS access, but sandbox right now only supports EBICS @@ -114,7 +113,6 @@ export async function createLibeufinTestEnvironment( partnerID: "partner02", userID: "user02", }, - currency: "EUR", }); await LibeufinNexusApi.createEbicsBankConnection(libeufinNexus, { -- cgit v1.2.3