Skip to content

Commit

Permalink
Drop commented out patched_os_exist.return_value
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Dec 16, 2024
1 parent 263fd3e commit 6f3d911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/parser/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ def manifest_loader(
mock_project = MagicMock(RuntimeConfig)
mock_project.project_target_path = "mock_target_path"
mock_project.project_name = "mock_project_name"
# patched_os_exist.return_value = True
return ManifestLoader(mock_project, {})

@pytest.fixture
Expand Down

0 comments on commit 6f3d911

Please sign in to comment.