Skip to content

Commit bdd3232

Browse files
committed
fix
1 parent b000fbd commit bdd3232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func TestNpmInstallClientNative(t *testing.T) {
251251
}
252252

253253
func createNpmrcForTesting(t *testing.T, configFilePath string) (err error) {
254-
//Creation of npmrc - npmCommand.CreateTempNpmrc() function is used to create a npmrc file used for uploading
254+
// Creation of npmrc - npmCommand.CreateTempNpmrc() function is used to create a npmrc file
255255
npmCommand := npm.NewNpmCommand("install", true)
256256
npmCommand.SetConfigFilePath(configFilePath)
257257
npmCommand.SetServerDetails(serverDetails)

0 commit comments

Comments
 (0)