gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix import


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix import
Date: Tue, 05 Jan 2021 11:30:37 +0100

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 981ef462 fix import
981ef462 is described below

commit 981ef46267e0b1768b455307ab783874c3006262
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 5 11:26:29 2021 +0100

    fix import
---
 .../src/test-timetravel-autorefresh.ts             | 30 ++++++++++------------
 1 file changed, 13 insertions(+), 17 deletions(-)

diff --git a/packages/taler-integrationtests/src/test-timetravel-autorefresh.ts 
b/packages/taler-integrationtests/src/test-timetravel-autorefresh.ts
index 24e9116d..382051c8 100644
--- a/packages/taler-integrationtests/src/test-timetravel-autorefresh.ts
+++ b/packages/taler-integrationtests/src/test-timetravel-autorefresh.ts
@@ -18,28 +18,24 @@
  * Imports.
  */
 import {
-  runTest,
+  ConfirmPayResultType,
+  Duration,
+  durationFromSpec,
+  PendingOperationsResponse,
+  PreparePayResultType,
+} from "taler-wallet-core";
+import { makeNoFeeCoinConfig } from "./denomStructures";
+import {
+  BankService,
+  ExchangeService,
   GlobalTestState,
   MerchantPrivateApi,
-  ExchangeService,
   MerchantService,
-  WalletCli,
+  runTest,
   setupDb,
-  BankService,
+  WalletCli,
 } from "./harness";
-import {
-  createSimpleTestkudosEnvironment,
-  withdrawViaBank,
-  startWithdrawViaBank,
-} from "./helpers";
-import {
-  Duration,
-  durationFromSpec,
-  PreparePayResultType,
-  ConfirmPayResultType,
-} from "taler-wallet-core";
-import { PendingOperationsResponse } from 
"taler-wallet-core/lib/types/pending";
-import { defaultCoinConfig, makeNoFeeCoinConfig } from "./denomStructures";
+import { startWithdrawViaBank, withdrawViaBank } from "./helpers";
 
 async function applyTimeTravel(
   timetravelDuration: Duration,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]