Skip to content

Commit

Permalink
updated path for tested project example
Browse files Browse the repository at this point in the history
  • Loading branch information
eranturgeman committed Jul 26, 2023
1 parent 3dbeb76 commit 02956c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildinfoschema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestNpmSchema(t *testing.T) {
}

func TestYarnSchema(t *testing.T) {
validateBuildInfoSchema(t, "yarn", filepath.Join("yarn", "project"), func() {})
validateBuildInfoSchema(t, "yarn", filepath.Join("yarn", "v2", "project"), func() {})
}

// Validate a build info schema for the input project.
Expand Down

0 comments on commit 02956c5

Please sign in to comment.