Skip to content

Commit

Permalink
fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sablanchard committed Jun 15, 2018
1 parent 02f3573 commit e41da4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmnet/tests/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_overpass_request_raises(bbox5):
def test_get_pause_duration():
error_pause_duration = load.get_pause_duration(recursive_delay=5,
default_duration=10)
assert error_pause_duration == 0
assert error_pause_duration >= 0


def test_quadrat_cut_geometry(simple_polygon):
Expand Down

0 comments on commit e41da4f

Please sign in to comment.