Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-fee-config-to-node-info
Browse files Browse the repository at this point in the history
  • Loading branch information
alidevjimmy authored Oct 22, 2024
2 parents 240e5d5 + e7d7175 commit e26d533
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 e26d533

Please sign in to comment.