Skip to content

Commit 8011187

Browse files
committed
fix(web) issue2551382 - fix missing hypothesis case
Syntax error if hypothesis is not importable. Only affects python2 CI.
1 parent 71a1d55 commit 8011187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_liveserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def noop_strategy(*args, **kwargs):
4848
# define the decorator functions
4949
example = given = reproduce_failure = settings = noop_decorators_with_args
5050
# and stratgies using in decorators
51-
binary = characters = emails, none = one_of = sampled_from = text = noop_strategy
51+
binary = characters = emails = none = one_of = sampled_from = text = noop_strategy
5252

5353

5454
try:

0 commit comments

Comments
 (0)