From 11ab34e1d75caf2d0b41f767170cf09091df6e8e Mon Sep 17 00:00:00 2001 From: Jeremy Levy Date: Thu, 2 Jun 2022 15:04:43 +0200 Subject: [PATCH] Fix system/paths broken tests --- internal/system/paths_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/system/paths_test.go b/internal/system/paths_test.go index 335db7a..a5d270b 100644 --- a/internal/system/paths_test.go +++ b/internal/system/paths_test.go @@ -9,7 +9,7 @@ import ( ) func TestPathExistsWithExistingPath(t *testing.T) { - existingPath := "./testdata" + existingPath := "./paths_test.go" pathExists := system.PathExists(existingPath) if !pathExists {