Skip to content

Commit 0d7449d

Browse files
committed
test issue #15
1 parent e495309 commit 0d7449d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_upload_n_download_excel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setUp(self):
3030

3131
def test_download(self):
3232
for upload_file_type in FILE_TYPE_MIME_TABLE.keys():
33-
file_name = 'test.%s' % upload_file_type
33+
file_name = 'issue15.test.%s' % upload_file_type
3434
for download_file_type in FILE_TYPE_MIME_TABLE.keys():
3535
print("Uploading %s Downloading %s" % (
3636
upload_file_type, download_file_type))

0 commit comments

Comments
 (0)