From cfa5488f8f79fd8b687fe30d2919f8cfb5886f3a Mon Sep 17 00:00:00 2001 From: Drew Bollinger Date: Tue, 20 Dec 2016 14:49:24 -0500 Subject: [PATCH] Update test to reflect change in remote file size --- tests/test_download.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_download.py b/tests/test_download.py index d1ab31c..af99b57 100644 --- a/tests/test_download.py +++ b/tests/test_download.py @@ -25,7 +25,7 @@ class TestDownloader(unittest.TestCase): 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):