[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: -missing await
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: -missing await |
Date: |
Mon, 09 Sep 2024 15:50:04 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new b9342f6ae -missing await
b9342f6ae is described below
commit b9342f6ae80a68fef76b798ce57fa9f0c18ad0bd
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Sep 9 15:49:58 2024 +0200
-missing await
---
packages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/packages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts
b/packages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts
index 4ee3a86e9..1ba7dc2ad 100644
--- a/packages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts
+++ b/packages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts
@@ -97,7 +97,7 @@ export async function runTimetravelWithdrawTest(t:
GlobalTestState) {
// Now we also let the wallet time travel
- walletClient.call(WalletApiOperation.TestingSetTimetravel, {
+ await walletClient.call(WalletApiOperation.TestingSetTimetravel, {
offsetMs: Duration.toMilliseconds(timetravelDuration),
});
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: -missing await,
gnunet <=