Skip to content

Commit cc515aa

Browse files
committed
bug fixing
1 parent 7841ea8 commit cc515aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_utils/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_list_all_few_results_available(_perform_api_call):
124124

125125

126126
@unittest.skipIf(os.name == "nt", "https://github.com/openml/openml-python/issues/1033")
127-
@unittest.mock.patch("openml.utils.openml.config.get_cache_directory")
127+
@unittest.mock.patch("openml.config.get_cache_directory")
128128
def test__create_cache_directory(config_mock, tmp_path):
129129
config_mock.return_value = tmp_path
130130
openml.utils._create_cache_directory("abc")

0 commit comments

Comments
 (0)