aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_extensions.py b/tests/test_extensions.py
index b42d65d..a689cd2 100644
--- a/tests/test_extensions.py
+++ b/tests/test_extensions.py
@@ -37,7 +37,7 @@ class TestExtensionClass(unittest.TestCase):
def testGetConfigInfo(self):
self.assertEqual(dict(self.ext.getConfigInfo()),
dict([('foo', 'Description of foo'),
- ('bar', 'Description of bar')])
+ ('bar', 'Description of bar')]))
def testSetConfig(self):
self.ext.setConfig('foo', 'baz')