aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/src/helpers.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/helpers.ts
parente964367d0a31c1e7ad1a535cc94e8483c7f7c555 (diff)
use cheaper denom structure for auto-refresh test
Diffstat (limited to 'packages/taler-integrationtests/src/helpers.ts')
-rw-r--r--packages/taler-integrationtests/src/helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-integrationtests/src/helpers.ts b/packages/taler-integrationtests/src/helpers.ts
index e248b4a7d..bdccdba8a 100644
--- a/packages/taler-integrationtests/src/helpers.ts
+++ b/packages/taler-integrationtests/src/helpers.ts
@@ -31,7 +31,6 @@ import {
MerchantService,
setupDb,
BankService,
- defaultCoinConfig,
ExchangeBankAccount,
MerchantServiceInterface,
BankApi,
@@ -46,6 +45,7 @@ import {
ContractTerms,
} from "taler-wallet-core";
import { FaultInjectedMerchantService } from "./faultInjection";
+import { defaultCoinConfig } from "./denomStructures";
export interface SimpleTestEnvironment {
commonDb: DbInfo;