From 526f4eba9554f27e33afb0e02d19d870825b038c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 8 Oct 2022 20:56:57 +0200 Subject: wallet-core: Clean up merchant payments DB schema --- .../taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts') diff --git a/packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts b/packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts index ec1d9f64b..b5ecbee4a 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-denom-unoffered.ts @@ -17,13 +17,8 @@ /** * Imports. */ -import { - PreparePayResultType, - TalerErrorCode, - TalerErrorDetail, -} from "@gnu-taler/taler-util"; +import { PreparePayResultType, TalerErrorCode } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; -import { makeEventId } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState, MerchantPrivateApi } from "../harness/harness.js"; import { createSimpleTestkudosEnvironment, -- cgit v1.2.3