[test,addendum][xs]: fixes for tests after changes in last commit b64daea1a7.
This commit is contained in:
@@ -41,7 +41,7 @@ test("queryNormalize", function() {
|
||||
and: [
|
||||
{
|
||||
term: {
|
||||
xyz: 'XXX'
|
||||
xyz: 'xxx'
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -65,7 +65,8 @@ test("queryNormalize", function() {
|
||||
and: [
|
||||
{
|
||||
geo_distance: {
|
||||
distance: '10km',
|
||||
distance: 10,
|
||||
unit: 'km',
|
||||
'xyz': { lon: 0, lat: 0 }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user