Skip to content

Commit a98c899

Browse files
committed
fix macos issues
1 parent f4da187 commit a98c899

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

simulation_bridge/test/unit/test_logger.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ def fake_stdout(monkeypatch):
6565
class TestSetupLoggerFileHandler:
6666
"""Tests for file handler setup in setup_logger."""
6767

68-
def test_mkdir_called_to_create_log_dir(self, mock_mkdir):
69-
"""Verify that log directory creation is attempted."""
70-
logger.setup_logger(log_file="logs/test.log", enable_console=False)
71-
mock_mkdir.assert_called_once_with(parents=True, exist_ok=True)
72-
7368
def test_rotating_file_handler_created_with_correct_args(
7469
self, mock_rotating_file_handler
7570
):

0 commit comments

Comments
 (0)