Fix test class name in test_configuration

This commit is contained in:
ZyX 2014-07-12 13:48:04 +04:00
parent 9af7834463
commit 576971c5f1
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ def add_p_arg(func):
return f return f
class TestSingleLine(TestCase): class TestLines(TestCase):
def assertRenderEqual(self, p, output, **kwargs): def assertRenderEqual(self, p, output, **kwargs):
self.assertEqual(p.render(**kwargs).replace(' ', ' '), output) self.assertEqual(p.render(**kwargs).replace(' ', ' '), output)