summaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-26 22:12:32 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-26 22:12:32 +0530
commitd1532f74b5b23a3910b8cc174fc745052d3f4938 (patch)
treece6f798811befee1dd812e57b0f9ddabad12dd92 /packages/taler-integrationtests/src
parentbebb3d7a9bdf0192515b69b8216f48911c67ea1a (diff)
downloadwallet-core-d1532f74b5b23a3910b8cc174fc745052d3f4938.tar.gz
wallet-core-d1532f74b5b23a3910b8cc174fc745052d3f4938.tar.bz2
wallet-core-d1532f74b5b23a3910b8cc174fc745052d3f4938.zip
fix broken import
Diffstat (limited to 'packages/taler-integrationtests/src')
-rw-r--r--packages/taler-integrationtests/src/helpers.ts2
-rw-r--r--packages/taler-integrationtests/src/test-payment-fault.ts2
-rw-r--r--packages/taler-integrationtests/src/test-withdrawal-manual.ts2
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-integrationtests/src/helpers.ts b/packages/taler-integrationtests/src/helpers.ts
index d33aaff4e..61b015190 100644
--- a/packages/taler-integrationtests/src/helpers.ts
+++ b/packages/taler-integrationtests/src/helpers.ts
@@ -37,7 +37,7 @@ import {
BankApi,
BankAccessApi,
} from "./harness";
-import { AmountString } from "taler-wallet-core/lib/types/talerTypes";
+import { AmountString } from "taler-wallet-core";
import { FaultInjectedMerchantService } from "./faultInjection";
export interface SimpleTestEnvironment {
diff --git a/packages/taler-integrationtests/src/test-payment-fault.ts b/packages/taler-integrationtests/src/test-payment-fault.ts
index a7f44706b..85c054575 100644
--- a/packages/taler-integrationtests/src/test-payment-fault.ts
+++ b/packages/taler-integrationtests/src/test-payment-fault.ts
@@ -39,7 +39,7 @@ import {
FaultInjectionRequestContext,
FaultInjectionResponseContext,
} from "./faultInjection";
-import { CoreApiResponse } from "taler-wallet-core/lib/walletCoreApiHandler";
+import { CoreApiResponse } from "taler-wallet-core";
/**
* Run test for basic, bank-integrated withdrawal.
diff --git a/packages/taler-integrationtests/src/test-withdrawal-manual.ts b/packages/taler-integrationtests/src/test-withdrawal-manual.ts
index ee844d9f0..aeac74d9f 100644
--- a/packages/taler-integrationtests/src/test-withdrawal-manual.ts
+++ b/packages/taler-integrationtests/src/test-withdrawal-manual.ts
@@ -19,7 +19,7 @@
*/
import { runTest, GlobalTestState, BankApi } from "./harness";
import { createSimpleTestkudosEnvironment } from "./helpers";
-import { CoreApiResponse } from "taler-wallet-core/lib/walletCoreApiHandler";
+import { CoreApiResponse } from "taler-wallet-core";
import { codecForBalancesResponse } from "taler-wallet-core";
/**