Skip to content

Commit c7c671c

Browse files
committed
update path in test
1 parent a90f284 commit c7c671c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Binary file not shown.

tests/test_datasets/test_dataset_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def test__download_minio_file_works_with_bucket_subdirectory(self):
377377
@mock.patch.object(MinIOClient, "download_minio_file")
378378
@pytest.mark.test_server()
379379
def test__get_dataset_parquet_is_cached(self, patch):
380-
openml.config.set_root_cache_directory(self.static_cache_dir)
380+
openml.config.set_root_cache_directory(self.static_cache_dir/'org/openml/test')
381381
patch.side_effect = RuntimeError(
382382
"download_parquet_url should not be called when loading from cache",
383383
)

0 commit comments

Comments
 (0)