Skip to content

Commit a8d96d5

Browse files
authored
Replace removed file with new target for download test (#1158)
1 parent c6fab8e commit a8d96d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_datasets/test_dataset_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ def test__download_minio_file_raises_FileExists_if_destination_in_use(self):
462462
)
463463

464464
def test__download_minio_file_works_with_bucket_subdirectory(self):
465-
file_destination = pathlib.Path(self.workdir, "custom.csv")
465+
file_destination = pathlib.Path(self.workdir, "custom.pq")
466466
_download_minio_file(
467-
source="http://openml1.win.tue.nl/test/subdirectory/test.csv",
467+
source="http://openml1.win.tue.nl/dataset61/dataset_61.pq",
468468
destination=file_destination,
469469
exists_ok=True,
470470
)

0 commit comments

Comments
 (0)