aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/src/test-payment-multiple.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-08 22:44:01 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-08 22:44:01 +0530
commit855b7028c614b5d4d56657939c4bccbaf542fddc (patch)
tree888394a9b8459fcb8ec91ec51a8928cb03c11c88 /packages/taler-integrationtests/src/test-payment-multiple.ts
parente964367d0a31c1e7ad1a535cc94e8483c7f7c555 (diff)
use cheaper denom structure for auto-refresh test
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,