Skip to content

Commit

Permalink
fix staticheck
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Mar 12, 2024
1 parent b970e50 commit 9b0d3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artifactory/utils/npm/pack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func TestNpmPackWorkspaces(t *testing.T) {
func TestNpmPack(t *testing.T) {

_, executablePath, err := biutils.GetNpmVersionAndExecPath(nil)
assert.NoError(t, err)
tmpDir, createTempDirCallback := tests.CreateTempDirWithCallbackAndAssert(t)
defer createTempDirCallback()
npmProjectPath := filepath.Join("..", "..", "..", "tests", "testdata", "npm-workspaces")
Expand Down

0 comments on commit 9b0d3ff

Please sign in to comment.