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 c977e6b..7a3c735 100644
--- a/tests/test_apis.py
+++ b/tests/test_apis.py
@@ -358,7 +358,7 @@ class RegistryTests(unittest.TestCase):
self.assertEqual(list(r), [])
# Check the warnings
- self.assertEqual(len(w), 3)
+ self.assertEqual(len(w), 4)
self.assertTrue(all(issubclass(x.category, DeprecationWarning) for x in w))
def testRegistrySlice(self):