Skip to content

Commit

Permalink
Merge branch 'main' into fix/query-vote
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad authored Oct 21, 2024
2 parents c6a3f53 + e7d7175 commit a800c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/io_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit a800c78

Please sign in to comment.