forked from username/flaskpaste
tests: fix ruff 0.15 formatting
This commit is contained in:
@@ -243,8 +243,10 @@ class TestJsonFuzzing:
|
||||
@given(
|
||||
data=st.recursive(
|
||||
json_primitive,
|
||||
lambda children: st.lists(children, max_size=5)
|
||||
| st.dictionaries(st.text(max_size=10), children, max_size=5),
|
||||
lambda children: (
|
||||
st.lists(children, max_size=5)
|
||||
| st.dictionaries(st.text(max_size=10), children, max_size=5)
|
||||
),
|
||||
max_leaves=20,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user