From 99ace8b7d24416f2b184d66006c89b61935e132e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 5 Oct 2022 16:01:59 +0200 Subject: integration tests: make test-wallet-cryptoworker pass --- .../taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-cli/src/integrationtests') diff --git a/packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts b/packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts index fefdab27a..cc0e23a3c 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-wallet-cryptoworker.ts @@ -43,13 +43,13 @@ export async function runWalletCryptoWorkerTest(t: GlobalTestState) { cryptoWorkerType: "sync", }); - await wallet1.client.call(WalletApiOperation.CryptoTest, {}); + await wallet1.client.call(WalletApiOperation.TestCrypto, {}); const wallet2 = new WalletCli(t, "w2", { cryptoWorkerType: "node-worker-thread", }); - await wallet2.client.call(WalletApiOperation.CryptoTest, {}); + await wallet2.client.call(WalletApiOperation.TestCrypto, {}); } runWalletCryptoWorkerTest.suites = ["wallet"]; -- cgit v1.2.3