Skip to content

Commit a4a0471

Browse files
authored
fix pnpm test (#3411)
1 parent 0b9ec31 commit a4a0471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pnpm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func TestPnpmPublish(t *testing.T) {
101101
pnpmProjectPath, pnpmScopedProjectPath := initPnpmFilesTest(t)
102102
var pnpmTests = []pnpmTestParams{
103103
{testName: "pnpm publish", command: "publish", repo: tests.NpmRepo, wd: pnpmProjectPath, validationFunc: validatePnpmPublish},
104-
{testName: "pnpm p with module", command: "p", repo: tests.NpmScopedRepo, wd: pnpmScopedProjectPath, moduleName: ModuleNameJFrogTest, validationFunc: validatePnpmScopedPublish},
104+
{testName: "pnpm publish with module", command: "publish", repo: tests.NpmScopedRepo, wd: pnpmScopedProjectPath, moduleName: ModuleNameJFrogTest, validationFunc: validatePnpmScopedPublish},
105105
}
106106

107107
for i, pt := range pnpmTests {

0 commit comments

Comments
 (0)