Skip to content

Commit

Permalink
Test n.02
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMoutafis committed Jul 2, 2024
1 parent e19bdbe commit ace24a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ class TestFileIngestion(unittest.TestCase):
@classmethod
def setUpClass(cls) -> None:
"""Setup test files, group and destinations once before the file tests start."""
vfs = tiledb.VFS()
print(vfs.ls("s3://tiledb-internal-ci/"))

cls.input_file_location = (
"s3://tiledb-unittest/groups/file_ingestion_test_files"
)
Expand Down Expand Up @@ -294,9 +297,6 @@ class TestFileIndexing(unittest.TestCase):
@classmethod
def setUpClass(cls) -> None:
"""Setup test files, group and destinations once before the file tests start."""
vfs = tiledb.VFS()
vfs.ls("s3://tiledb-internal-ci/")

cls.input_file_location = "s3://tiledb-unittest/groups/file_indexing_test_files"
# Files with name "input_file_<n[0, 4]>.pdf" have already been placed
# in the "cls.input_file_location"
Expand Down

0 comments on commit ace24a3

Please sign in to comment.