Fix test class name in test_configuration
This commit is contained in:
parent
9af7834463
commit
576971c5f1
|
@ -111,7 +111,7 @@ def add_p_arg(func):
|
|||
return f
|
||||
|
||||
|
||||
class TestSingleLine(TestCase):
|
||||
class TestLines(TestCase):
|
||||
def assertRenderEqual(self, p, output, **kwargs):
|
||||
self.assertEqual(p.render(**kwargs).replace(' ', ' '), output)
|
||||
|
||||
|
|
Loading…
Reference in New Issue