diff --git a/tests/__init__.py b/tests/__init__.py index fe6d412..de8b0e7 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -77,8 +77,8 @@ printable_characters_strategy = st.text( uid_strategy = st.text( st.characters(blacklist_categories=( - 'Zs', 'Zl', 'Zp', - 'Cc', 'Cs' + 'Zs', 'Zl', 'Zp', + 'Cc', 'Cs' )), min_size=1 ).filter(lambda x: x.strip() == x)