From f658718b949e6b649a6d10568d7214306fdf2cfc Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 4 Apr 2023 15:41:30 +0200 Subject: -fix type --- packages/taler-wallet-core/src/wallet-api-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts') diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts index 6f46fe8f2..536e83413 100644 --- a/packages/taler-wallet-core/src/wallet-api-types.ts +++ b/packages/taler-wallet-core/src/wallet-api-types.ts @@ -765,7 +765,7 @@ export type RunIntegrationTestOp = { * of the exchange and merchant. */ export type RunIntegrationTestV2Op = { - op: WalletApiOperation.RunIntegrationTest; + op: WalletApiOperation.RunIntegrationTestV2; request: IntegrationTestArgs; response: EmptyObject; }; -- cgit v1.2.3