gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: fix indent


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: fix indent
Date: Tue, 05 Dec 2017 17:55:13 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new f30b677  fix indent
f30b677 is described below

commit f30b67742643c12c395ac62e747a48a3d0710d98
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 5 17:55:05 2017 +0100

    fix indent
---
 talerbank/app/tests.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index 0ea1192..815239e 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -343,9 +343,9 @@ class DBAmountSubtraction(TestCase):
         user_bankaccount.amount.subtract(
             Amount(settings.TALER_CURRENCY, 2))
         self.assertEqual(
-            0,
             Amount.cmp(Amount(settings.TALER_CURRENCY, 1),
-                              user_bankaccount.amount))
+                       user_bankaccount.amount),
+            0)
 
 
 class DBCustomColumnTestCase(TestCase):

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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