Skip to content

Commit 189ab0c

Browse files
committed
[Windows CI test] Break test_download_url_to_tempfileobj
Signed-off-by: Teodora Sechkova <[email protected]>
1 parent 3d4bfff commit 189ab0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_download_url_to_tempfileobj(self):
113113
temp_fileobj.seek(0)
114114
temp_file_data = temp_fileobj.read().decode('utf-8')
115115
self.assertEqual(self.target_data, temp_file_data)
116-
self.assertEqual(self.target_data_length, len(temp_file_data))
116+
self.assertEqual(self.target_data_length, len(temp_file_data)+1)
117117

118118

119119

0 commit comments

Comments
 (0)