mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
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
|
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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user