From 855b7028c614b5d4d56657939c4bccbaf542fddc Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 8 Sep 2020 22:44:01 +0530 Subject: use cheaper denom structure for auto-refresh test --- packages/taler-integrationtests/src/test-payment-multiple.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-integrationtests/src/test-payment-multiple.ts') 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, -- cgit v1.2.3