gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: transactions order in test


From: gnunet
Subject: [taler-wallet-core] branch master updated: transactions order in test
Date: Wed, 09 Sep 2020 09:40:50 +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 faac23f3 transactions order in test
faac23f3 is described below

commit faac23f32b6ee7b42a57164e5ae56a8e43977b17
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Sep 9 13:10:41 2020 +0530

    transactions order in test
---
 packages/taler-integrationtests/src/test-timetravel-withdraw.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-integrationtests/src/test-timetravel-withdraw.ts 
b/packages/taler-integrationtests/src/test-timetravel-withdraw.ts
index 40421ac4..e0124d46 100644
--- a/packages/taler-integrationtests/src/test-timetravel-withdraw.ts
+++ b/packages/taler-integrationtests/src/test-timetravel-withdraw.ts
@@ -75,7 +75,7 @@ runTest(async (t: GlobalTestState) => {
     console.log(transactions);
     const types = transactions.transactions.map((x) => x.type);
     t.assertDeepEqual(types, ["withdrawal", "withdrawal"]);
-    const wtrans = transactions.transactions[0];
+    const wtrans = transactions.transactions[1];
     t.assertTrue(wtrans.type === TransactionType.Withdrawal);
     t.assertTrue(wtrans.pending);
   }

-- 
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]