From 01cf56559b89675bfa740ce743cce5ee46f7932a Mon Sep 17 00:00:00 2001 From: Alexis M Date: Fri, 6 Sep 2019 23:59:05 +0200 Subject: Update requirements.txt --- ihatemoney/tests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihatemoney/tests') 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') -- cgit v1.1