Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/functional/test_sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_search_with_location_sort(context):
# When create a query block
t = QuerySet("localhost", index="foo")

# And there are locaiton records
# And there are location records
add_document("foo", {"baz": 1, "location": {"lat": 40.0, "lon": 70.0}})
add_document("foo", {"baz": 2, "location": {"lat": 40.0, "lon": 75.0}})

Expand Down