From db4923c3ef81a5fb25f94c6327883a76c322c5b5 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 26 Apr 2016 18:44:00 +0200 Subject: [PATCH] Stylefixes --- tests/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)