Skip to content

Commit

Permalink
>
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Aug 19, 2024
1 parent c746274 commit 9ceed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli_install_conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@pytest.fixture()
def mock_subprocess_run(monkeypatch: pytest.MonkeyPatch) -> Mock:
mock = pytest.Mock()
mock = Mock()
monkeypatch.setattr("subprocess.run", mock)
return mock

Expand Down

0 comments on commit 9ceed8c

Please sign in to comment.