Browse Source

Update test expectations to be better!

addressit can now detect that "new york" the state should be abbreviated
"NY".
pull/621/head
Julian Simioni 8 years ago
parent
commit
76e54bf7d3
No known key found for this signature in database
GPG Key ID: 6DAD08919FDBF563
  1. 2
      test/unit/fixture/search_partial_address.js

2
test/unit/fixture/search_partial_address.js

@ -78,7 +78,7 @@ module.exports = {
'parent.region_a': {
'analyzer': 'peliasAdmin',
'boost': 1,
'query': 'new york'
'query': 'NY'
}
}
}, {

Loading…
Cancel
Save