Skip to content

Commit

Permalink
Fix typo on where filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 14, 2024
1 parent aac3a6b commit 49c3ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_API.py
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ def test_full_hdx_set_iso():
"addr:city",
"source",
],
"where": "tags['amenity'] IN ('kindergarten', 'school', 'college', 'university') OR building IN ('kindergarten', 'school', 'college', 'university')",
"where": "tags['amenity'] IN ('kindergarten', 'school', 'college', 'university') OR tags['building'] IN ('kindergarten', 'school', 'college', 'university')",
"formats": ["geojson"],
}
},
Expand Down

0 comments on commit 49c3ab2

Please sign in to comment.