Skip to content

Commit 07efca5

Browse files
committed
✅ (tests/search) Fix correct assertion for numeric sort
1 parent a7322f4 commit 07efca5

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
@@ -477,7 +477,7 @@ def test_search_sort(cleanup_after):
477477
"numeric.dates": {
478478
"order": "desc",
479479
"missing": "_last",
480-
"unmapped_type": "keyword",
480+
"unmapped_type": "double",
481481
"mode": "min",
482482
}
483483
},

0 commit comments

Comments
 (0)