diff --git a/tests/system/large/functions/test_remote_function.py b/tests/system/large/functions/test_remote_function.py index 5e60f3ed9f..f3e97aeb85 100644 --- a/tests/system/large/functions/test_remote_function.py +++ b/tests/system/large/functions/test_remote_function.py @@ -1707,7 +1707,7 @@ def analyze(row): { "dtype": row.dtype, "count": row.count(), - "min": row.max(), + "min": row.min(), "max": row.max(), "mean": row.mean(), "std": row.std(),