Skip to content

Commit

Permalink
Chunked uploads handling (danielfrg#80)
Browse files Browse the repository at this point in the history
Fixed tests
  • Loading branch information
pvanliefland committed Aug 31, 2020
1 parent 8ec830d commit 8a8a086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3contents/tests/test_gcsmanager_chunked.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from tornado.web import HTTPError

from s3contents import GCSContentsManager
from s3contents.chunks import CHUNKS_HANDLING
from s3contents.chunks import CHUNKS_HANDLING, content_chunks
from s3contents.ipycompat import TestLargeFileManager


Expand Down

0 comments on commit 8a8a086

Please sign in to comment.