Skip to content

Commit c2edebb

Browse files
author
Alexey Potapov
committed
fix(deps): hypothesis update and text, refs dry-python#2262
1 parent e4a2ebe commit c2edebb

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test_contrib/test_hypothesis/test_type_resolution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def test_types_to_strategies_default() -> None: # noqa: WPS210
205205
]
206206
assert (
207207
_strategy_string(result[callable_type], Callable[[int, str], bool])
208-
== 'functions(like=lambda *args, **kwargs: <unknown>,'
208+
== 'functions(like=lambda *args, **kwargs: None,'
209209
' returns=booleans(), pure=True)'
210210
)
211211
assert (

0 commit comments

Comments
 (0)