Skip to content

Commit

Permalink
Fix pnpm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenW committed Nov 25, 2024
1 parent feb3f91 commit ca355d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_execute_process_with_package_manager(
[
pytest.param("yarn", "1.22.22", id="yarn"),
pytest.param("npm", "10.9.0", id="npm"),
pytest.param("pnpm", "9.12.1", id="pnpm"),
pytest.param("pnpm", "9.12.3", id="pnpm"),
],
)
def test_execute_process_with_package_manager_version_from_configuration(
Expand Down

0 comments on commit ca355d9

Please sign in to comment.