Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Dec 6, 2018
1 parent 51028df commit f4ed1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_elevation_tile_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def test_tile_path(self):
e = ElevationGeotiffDownloader('.')
expect = ('0', '37', '122.tif')
tile_path = e.tile_path(0, 37, 122)
print(tile_path)
self.assertEqual(tile_path[0], expect[0])
self.assertEqual(tile_path[1], expect[1])
self.assertEqual(tile_path[2], expect[2])
Expand Down

0 comments on commit f4ed1c3

Please sign in to comment.