Skip to content

Commit aad0f47

Browse files
committed
fix hypothesis.errors.FailedHealthCheck
1 parent 208706a commit aad0f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/functions/test_case_when.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def test_case_when_replacement_callable(df):
166166

167167

168168
@given(df=categoricaldf_strategy())
169+
@settings(deadline=None)
169170
def test_case_when_default_array(df):
170171
"""
171172
Test case_when for scenarios where `default` is array-like

0 commit comments

Comments
 (0)