Skip to content

Commit 2b6c6d2

Browse files
committed
Removed "async" from the synchronous test test_aggregations_hybrid_scoring()
1 parent cacf5bc commit 2b6c6d2

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
@@ -1560,7 +1560,7 @@ def test_aggregations_add_scores(client):
15601560

15611561
@pytest.mark.redismod
15621562
@skip_ifmodversion_lt("2.10.05", "search")
1563-
async def test_aggregations_hybrid_scoring(client):
1563+
def test_aggregations_hybrid_scoring(client):
15641564
client.ft().create_index(
15651565
(
15661566
TextField("name", sortable=True, weight=5.0),

0 commit comments

Comments
 (0)