Skip to content

Commit 7fb91eb

Browse files
committed
test: Fixup PRR approval path
Signed-off-by: Stephen Augustus <[email protected]>
1 parent ea111a0 commit 7fb91eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/metadata_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func TestValidation(t *testing.T) {
7575

7676
kepParser := &keps.Parser{}
7777
prrParser := &prrs.Parser{}
78-
prrsDir := filepath.Join("..", "..", prrsDir)
78+
prrsDir := filepath.Join("..", prrsDir)
7979

8080
for _, filename := range files {
8181
t.Run(filename, func(t *testing.T) {

0 commit comments

Comments
 (0)