Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
faridyagubbayli committed Nov 12, 2024
1 parent 1da50a3 commit c6d2925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def test_executor_gpu_cuda_failure_darwin(self):
# Configure the mock path object
mock_binary_path = MagicMock(spec=Path)
mock_binary_path.chmod.side_effect = FileNotFoundError
mock_binary_path.exists.return_value = False

# Mock the execution options to use the mocked path
mock_execution_options = MagicMock()
Expand Down

0 comments on commit c6d2925

Please sign in to comment.