diff --git a/ibis/expr/tests/snapshots/test_sql/test_parse_sql_scalar_subquery/decompiled.py b/ibis/expr/tests/snapshots/test_sql/test_parse_sql_scalar_subquery/decompiled.py index 3b5f58b56ee3..6080950c3d24 100644 --- a/ibis/expr/tests/snapshots/test_sql/test_parse_sql_scalar_subquery/decompiled.py +++ b/ibis/expr/tests/snapshots/test_sql/test_parse_sql_scalar_subquery/decompiled.py @@ -14,7 +14,7 @@ agg = call.aggregate([call.call_attempts.mean().name("mean")]) result = call.inner_join( - agg, [call.call_attempts > agg.mean, ibis.literal(True)] + agg, [agg.mean < call.call_attempts, ibis.literal(True)] ).select( call.start_time, call.end_time,