Skip to content

Commit 8de0abb

Browse files
committed
Move and update tests and imports
1 parent 43eb687 commit 8de0abb

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

contentcuration/contentcuration/tests/utils/test_cloud_storage.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

contentcuration/contentcuration/tests/test_gcs_storage.py renamed to contentcuration/contentcuration/tests/utils/test_gcs_storage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from google.cloud.storage.blob import Blob
99
from mixer.main import mixer
1010

11-
from contentcuration.utils.gcs_storage import CompositeGCS
12-
from contentcuration.utils.gcs_storage import GoogleCloudStorage
11+
from contentcuration.utils.storage.gcs import CompositeGCS
12+
from contentcuration.utils.storage.gcs import GoogleCloudStorage
1313

1414

1515
class GoogleCloudStorageSaveTestCase(TestCase):

0 commit comments

Comments
 (0)