Skip to content
Snippets Groups Projects
Commit cb075eb3 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

model.hypothesis: use the proper strategy name for building `Person`s

parent a9a42eac
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ def urls(draw):
def persons():
return builds(Person, email=optional(bytes), name=optional(bytes))
return builds(Person, email=optional(binary()), name=optional(binary()))
def timestamps():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment