Skip to content

Commit

Permalink
Add missing comma to integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnasit committed Oct 21, 2024
1 parent ce073a3 commit ca58813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/workflows/nodejs_npm/test_nodejs_npm.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ def test_builds_project_with_npmrc(self, runtime):
("nodejs16.x", "shrinkwrap"),
("nodejs18.x", "shrinkwrap"),
("nodejs20.x", "shrinkwrap"),
("nodejs22.x", "shrinkwrap")("nodejs16.x", "package-lock-and-shrinkwrap"),
("nodejs22.x", "shrinkwrap"),
("nodejs16.x", "package-lock-and-shrinkwrap"),
("nodejs18.x", "package-lock-and-shrinkwrap"),
("nodejs20.x", "package-lock-and-shrinkwrap"),
("nodejs22.x", "package-lock-and-shrinkwrap"),
Expand Down

0 comments on commit ca58813

Please sign in to comment.