diff --git a/util/io_test.go b/util/io_test.go index ac1ecb8ba..56092e566 100644 --- a/util/io_test.go +++ b/util/io_test.go @@ -217,7 +217,7 @@ func TestSanitizeArchivePath(t *testing.T) { func TestListFilesInDir(t *testing.T) { tmpDir := TempDirPath() - file1Path := filepath.Join(tmpDir, ".public_file") + file1Path := filepath.Join(tmpDir, "public_file") file1, err := os.Create(file1Path) require.NoError(t, err) require.NoError(t, file1.Close())