Skip to content

Commit

Permalink
attempt to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Oct 10, 2024
1 parent 4fa0e0c commit e010476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/audit/sca/yarn/yarn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func TestSkipBuildDepTreeWhenInstallForbidden(t *testing.T) {
{
name: "yarn V3 - not installed | install required - install command",
testDir: filepath.Join("projects", "package-managers", "yarn", "yarn-v3"),
installCommand: "yarn install",
installCommand: "yarn install --immutable",
shouldBeInstalled: false,
successfulTreeBuiltExpected: true,
},
Expand Down

0 comments on commit e010476

Please sign in to comment.