Skip to content
Snippets Groups Projects
Commit b42d35c1 authored by vlorentz's avatar vlorentz
Browse files

Prevent generation of empty branch names.

parent 6ef1dc1c
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ def contents(draw):
def branch_names():
return binary()
return binary(min_size=1)
def branch_targets_object():
......
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