Skip to content
Snippets Groups Projects
Commit bc4371c3 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Update constance test

parent eb6c0af6
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class constanceTestCase(TestCase): ...@@ -19,7 +19,7 @@ class constanceTestCase(TestCase):
out = StringIO() out = StringIO()
call_command('constance', 'list', stdout=out) call_command('constance', 'list', stdout=out)
out.seek(0) out.seek(0)
self.assertEquals(out.getvalue().count('\n'), 37) self.assertEquals(out.getvalue().count('\n'), 38)
out.close() out.close()
def test_constance_set_get_attr(self): def test_constance_set_get_attr(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment