summaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/src/test-payment-multiple.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-integrationtests/src/test-payment-multiple.ts')
-rw-r--r--packages/taler-integrationtests/src/test-payment-multiple.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-integrationtests/src/test-payment-multiple.ts b/packages/taler-integrationtests/src/test-payment-multiple.ts
index 8be8a90f5..8dad515c6 100644
--- a/packages/taler-integrationtests/src/test-payment-multiple.ts
+++ b/packages/taler-integrationtests/src/test-payment-multiple.ts
@@ -25,11 +25,11 @@ import {
ExchangeService,
MerchantService,
WalletCli,
- coin_ct10,
- coin_u1,
+
MerchantPrivateApi,
} from "./harness";
import { withdrawViaBank } from "./helpers";
+import { coin_ct10, coin_u1 } from "./denomStructures";
async function setupTest(
t: GlobalTestState,