Commit 0439c55a authored by Jim Fulton's avatar Jim Fulton

typo

parent 4c9aa9b5
......@@ -2220,7 +2220,7 @@ class TreeTests(unittest.TestCase):
class _Test(self._getTargetClass()):
_to_key = _to_value = lambda self, x: x
_bucket_type = _Bucket
max_btree_size = 10
max_bucket_size = 10
max_btree_size = 15
return _Test(items)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment