Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix test, less brittle #106

Merged
merged 4 commits into from
Jul 14, 2015
Merged
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
12 changes: 8 additions & 4 deletions test_cases/feedback_pass.json
Original file line number Diff line number Diff line change
Expand Up @@ -2282,21 +2282,25 @@
"id": "1426636804303:89",
"user": "feedback-app",
"in": {
"input": "Facebook"
"input": "facebook"
},
"expected": {
"properties": [
{
"layer": "osmnode",
"name": "Facebook HQ",
"layer": "osmway",
"name": "Facebook Campus",
"alpha3": "USA",
"admin0": "United States",
"admin1": "California",
"admin1_abbr": "CA",
"admin2": "San Mateo County",
"locality": "Menlo Park",
"neighborhood": "Henderson",
"text": "Facebook HQ, Menlo Park, CA"
"address": {
"number": "1601",
"street": "Willow Road"
},
"text": "Facebook Campus, Menlo Park, CA"
}
]
},
Expand Down