We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69d6ea5 + c6c61bf commit 67e4707Copy full SHA for 67e4707
tests/test_management.py
@@ -20,7 +20,7 @@ class TestWatchman(unittest.TestCase):
20
def test_successful_management_command_outputs_nothing(self):
21
out = StringIO()
22
call_command('watchman', stdout=out)
23
- self.assertEquals('', out.getvalue())
+ self.assertEqual('', out.getvalue())
24
25
def test_successful_management_command_outputs_check_status_with_verbosity_2(self):
26
0 commit comments