Skip to content
Snippets Groups Projects
Commit 968613ba authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Minor persistent_dict test addition

parent a7454b8d
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ def test_persistent_dict(): ...@@ -16,7 +16,7 @@ def test_persistent_dict():
chr(65+randrange(26)) chr(65+randrange(26))
for i in range(n)) for i in range(n))
keys = [(randrange(2000), rand_str()) for i in range(20)] keys = [(randrange(2000), rand_str(), None) for i in range(20)]
values = [randrange(2000) for i in range(20)] values = [randrange(2000) for i in range(20)]
d = dict(zip(keys, values)) d = dict(zip(keys, values))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment