Skip to content

Commit

Permalink
fix mistake on test
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerluis1982 committed Oct 7, 2022
1 parent ed36a80 commit 097a573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/console/commands/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ def test_run_project_script(
must be set to the full path of the script.
"""
cli_script = "foo"
if WINDOWS:
cli_script += ".exe"

if installed_script:
if WINDOWS:
cli_script += ".exe"
cli_script = tmp_venv._bin_dir / cli_script
cli_script.touch()

Expand Down

0 comments on commit 097a573

Please sign in to comment.