Skip to content

Commit 42ffc3e

Browse files
author
Ariel Shtul
authored
fix quantile test (#1920)
* fix quantile test * add space
1 parent 045d5ed commit 42ffc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ def test_aggregations_groupby(client):
964964

965965
res = client.ft().aggregate(req).rows[0]
966966
assert res[1] == "redis"
967-
assert res[3] == "10"
967+
assert res[3] == "8" # median of 3,8,10
968968

969969
req = aggregations.AggregateRequest("redis").group_by(
970970
"@parent",

0 commit comments

Comments
 (0)