Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iandees committed Sep 2, 2021
1 parent 81ccb15 commit 94e0755
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-test/1972-big-parking-lots.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ def test_osm_big_parking_capacity(self):
})
)

x, y = deg2num(lat, lon, 15)
x, y = deg2num(lat, lon, 16)
self.assert_has_feature(
15, x, y, 'pois', {
16, x, y, 'pois', {
'id': 8712714905,
'kin': 'parking',
'kind': 'parking',
'min_zoom': 18,
'source': u'openstreetmap.org',
})

0 comments on commit 94e0755

Please sign in to comment.