We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a86e61 commit 544e493Copy full SHA for 544e493
tests/test_download.py
@@ -108,7 +108,7 @@ def test_remote_file_size(self):
108
url = self.d.google_storage_url(self.d.scene_interpreter(self.scene))
109
size = self.d.get_remote_file_size(url)
110
111
- self.assertEqual(self.scene_size, size)
+ self.assertAlmostEqual(self.scene_size, size)
112
113
def test_google_storage_url(self):
114
sat = self.d.scene_interpreter(self.scene)
0 commit comments