Skip to content

Commit 11ab34e

Browse files
committed
Fix system/paths broken tests
1 parent c260f78 commit 11ab34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/system/paths_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func TestPathExistsWithExistingPath(t *testing.T) {
12-
existingPath := "./testdata"
12+
existingPath := "./paths_test.go"
1313
pathExists := system.PathExists(existingPath)
1414

1515
if !pathExists {

0 commit comments

Comments
 (0)