We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f4de4 commit f413ba7Copy full SHA for f413ba7
crates/rsonpath-syntax-proptest/src/lib.rs
@@ -461,7 +461,7 @@ mod filters {
461
pub(super) fn any_logical_expr(
462
test_query_strategy: Option<BoxedStrategy<(String, JsonPathQuery)>>,
463
) -> impl Strategy<Value = (String, LogicalExpr)> {
464
- any_atomic_logical_expr(test_query_strategy).prop_recursive(5, 32, 2, |inner| {
+ any_atomic_logical_expr(test_query_strategy).prop_recursive(3, 10, 2, |inner| {
465
prop_oneof![
466
(inner.clone(), proptest::bool::ANY).prop_map(|((s, f), force_paren)| (
467
match f {
0 commit comments