diff options
author | Florian Dold <florian@dold.me> | 2023-04-21 22:46:04 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-04-21 22:46:04 +0200 |
commit | e331012c9f8efef86c6a8a9297b44a67ba8cda66 (patch) | |
tree | 05b645a5594f4e1657afab99f48aaf256e22e446 /packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts | |
parent | e81ae0f3e5a510424076b611ac32385057cbdaed (diff) |
-fix harness type errors
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts b/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts index 524d04c94..d129a5217 100644 --- a/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts +++ b/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts @@ -19,7 +19,6 @@ */ import { AbsoluteTime, Duration } from "@gnu-taler/taler-util"; import { - getDefaultNodeWallet2, WalletApiOperation, } from "@gnu-taler/taler-wallet-core"; import { defaultCoinConfig } from "../harness/denomStructures.js"; @@ -27,7 +26,6 @@ import { GlobalTestState, WalletCli } from "../harness/harness.js"; import { createSimpleTestkudosEnvironment, withdrawViaBank, - makeTestPayment, } from "../harness/helpers.js"; /** |