Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Oct 27, 2024
1 parent 6c7a9e8 commit b0d10c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/console/commands/env/test_activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def test_env_activate_prints_correct_script_windows(
@pytest.mark.parametrize(
"shell, command, ext",
(
("cmd", ".", "activate.bat")("pwsh", ".", "Activate.ps1"),
("cmd", ".", "activate.bat"),
("pwsh", ".", "Activate.ps1"),
("powershell", ".", "Activate.ps1"),
),
)
Expand Down

0 comments on commit b0d10c4

Please sign in to comment.