summaryrefslogtreecommitdiff
path: root/tests/test_config/test_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config/test_init.py')
-rw-r--r--tests/test_config/test_init.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_config/test_init.py b/tests/test_config/test_init.py
index 0a9e2988c..4ecd081e0 100644
--- a/tests/test_config/test_init.py
+++ b/tests/test_config/test_init.py
@@ -1349,7 +1349,7 @@ class TestConfigurator__add_predicate(unittest.TestCase):
kw=None,
order=0,
introspectables=(),
- **extra
+ **extra,
):
self.assertEqual(len(introspectables), 1)
self.assertEqual(introspectables[0]['name'], 'testing')
@@ -1368,7 +1368,7 @@ class TestConfigurator__add_predicate(unittest.TestCase):
kw=None,
order=0,
introspectables=(),
- **extra
+ **extra,
):
self.assertEqual(len(introspectables), 1)
self.assertEqual(introspectables[0]['name'], 'testing')