Skip to content

Commit 503ab82

Browse files
committed
fixed bugs
1 parent 317c6e9 commit 503ab82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_openml/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def safe_environ_patcher(key: str, value: Any) -> Iterator[None]:
3737

3838
class TestConfig(openml.testing.TestBase):
3939
@unittest.mock.patch("openml.config.openml_logger.warning")
40-
@unittest.mock.patch("openml.config.OpenMLConfigManager._create_log_handlers")
40+
@unittest.mock.patch("openml._config.OpenMLConfigManager._create_log_handlers")
4141
@unittest.skipIf(os.name == "nt", "https://github.com/openml/openml-python/issues/1033")
4242
@unittest.skipIf(
4343
platform.uname().release.endswith(("-Microsoft", "microsoft-standard-WSL2")),

0 commit comments

Comments
 (0)