Skip to content

Commit

Permalink
Merge pull request #214 from developmentseed/download-size
Browse files Browse the repository at this point in the history
Update test to reflect change in remote file size
  • Loading branch information
drewbo committed Dec 20, 2016
2 parents 362d5b0 + cfa5488 commit d2d94d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def setUpClass(cls):
cls.scene_2 = 'LC82050312014229LGN00'
cls.scene_s3 = 'LC80010092015051LGN00'
cls.scene_s3_2 = 'LC82050312015136LGN00'
cls.scene_size = 59204484
cls.scene_size = 59239149

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit d2d94d9

Please sign in to comment.