summaryrefslogtreecommitdiff
path: root/tests/test_apis.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_apis.py')
-rw-r--r--tests/test_apis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_apis.py b/tests/test_apis.py
index 16f3088..c977e6b 100644
--- a/tests/test_apis.py
+++ b/tests/test_apis.py
@@ -420,7 +420,7 @@ class RegistryTests(unittest.TestCase):
r.add('f', Item('f'), 'badlocation')
# Check the warnings
- self.assertEqual(len(w), 7)
+ self.assertEqual(len(w), 8)
self.assertTrue(all(issubclass(x.category, DeprecationWarning) for x in w))