Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Nov 24, 2024
1 parent 2910c83 commit 662bc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -2739,7 +2739,7 @@ def test_private_lock(
)
assert result.exit_code == 0

def run_install(with_env: bool) -> Result:
def run_install(with_env: bool) -> CliResult:
with capsys.disabled():
runner = CliRunner(mix_stderr=False)
env_name = uuid.uuid4().hex
Expand Down

0 comments on commit 662bc6a

Please sign in to comment.