Skip to content

Commit

Permalink
fixed test for new lat limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Apr 26, 2024
1 parent 4b82c87 commit f0f1695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ def test_simplegen_3(client):
assert len(rdown.data) > (1*1024*1024)

def test_simplegenoutside(client):
"""Test that a small piece of terrain can be generated with partial outside +-60latitude for SRTM3"""
"""Test that a small piece of terrain can be generated with partial outside +-84latitude for SRTM3"""

rv = client.post('/generate', data=dict(
lat='-59.363261',
lat='-83.363261',
long='149.165230',
radius='200',
version="3"
Expand Down

0 comments on commit f0f1695

Please sign in to comment.