Skip to content

Commit

Permalink
fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Mar 17, 2024
1 parent 8741b37 commit 25057b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/audit/sca/pnpm/pnpm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ func TestInstallProjectIfNeeded(t *testing.T) {
assert.NoError(t, err)

tempDirForDependenciesCalculation, err := installProjectIfNeeded(pnpmExecPath, currentDir)
assert.NoError(t, err)
assert.NotEmpty(t, tempDirForDependenciesCalculation)

nodeModulesExist, err := fileutils.IsDirExists(filepath.Join(tempDirForDependenciesCalculation, "node_modules"), false)
Expand Down

0 comments on commit 25057b1

Please sign in to comment.