aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney
diff options
context:
space:
mode:
authorAlexis M <alexis@notmyidea.org>2019-09-06 23:59:05 +0200
committerAlexis M <alexis@notmyidea.org>2019-09-06 23:59:05 +0200
commit01cf56559b89675bfa740ce743cce5ee46f7932a (patch)
tree06ee1b4689e0618f584c1266ac2ad5a3dfcf3834 /ihatemoney
parentde84f35f9d4d4d2866b55b3b1d247010160e220c (diff)
downloadihatemoney-mirror-01cf56559b89675bfa740ce743cce5ee46f7932a.zip
ihatemoney-mirror-01cf56559b89675bfa740ce743cce5ee46f7932a.tar.gz
ihatemoney-mirror-01cf56559b89675bfa740ce743cce5ee46f7932a.tar.bz2
Update requirements.txt
Diffstat (limited to 'ihatemoney')
-rw-r--r--ihatemoney/tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/tests/tests.py b/ihatemoney/tests/tests.py
index 02e58ae..551af96 100644
--- a/ihatemoney/tests/tests.py
+++ b/ihatemoney/tests/tests.py
@@ -1592,7 +1592,7 @@ class CommandTestCase(BaseTestCase):
patch('getpass.getpass', new=lambda prompt: 'secret'): # NOQA
cmd.run()
print(stdout.getvalue())
- self.assertEqual(len(stdout.getvalue().strip()), 187)
+ self.assertEqual(len(stdout.getvalue().strip()), 189)
def test_demo_project_deletion(self):
self.create_project('demo')