summaryrefslogtreecommitdiff
path: root/talerbank/app/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'talerbank/app/tests.py')
-rw-r--r--talerbank/app/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index 4181c8c..aba7158 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -777,8 +777,8 @@ class DBCustomColumnTestCase(TestCase):
self.assertTrue(isinstance(user_bankaccount.amount, Amount))
-# This tests whether a bank account goes debit and then goes >=0
-# again
+## This tests whether a bank account goes debit and then goes >=0
+## again
class DebitTestCase(TestCase):
def setUp(self):
BankAccount(user=User.objects.create_user(username='U')).save()