Skip to content

Commit

Permalink
Fix system/paths broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylevy committed Jun 2, 2022
1 parent c260f78 commit 11ab34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/system/paths_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func TestPathExistsWithExistingPath(t *testing.T) {
existingPath := "./testdata"
existingPath := "./paths_test.go"
pathExists := system.PathExists(existingPath)

if !pathExists {
Expand Down

0 comments on commit 11ab34e

Please sign in to comment.