aboutsummaryrefslogtreecommitdiff
path: root/tests/test_map.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_map.py')
-rw-r--r--tests/test_map.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_map.py b/tests/test_map.py
index c64258d..660f742 100644
--- a/tests/test_map.py
+++ b/tests/test_map.py
@@ -455,7 +455,9 @@ class BaseMapTest:
h = h.set(D, 'd')
h = h.set(E, 'e')
+ self.assertEqual(len(h), 5)
h = h.set(C, 'c') # trigger branch in CollisionNode.assoc
+ self.assertEqual(len(h), 5)
orig_len = len(h)