Skip to content

Commit

Permalink
Test: Remove temporary file
Browse files Browse the repository at this point in the history
  • Loading branch information
zonescape committed Nov 19, 2024
1 parent 7d3d6b0 commit d6bd2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/log/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func TestFileLogger(t *testing.T) {
common.Must(err)
path := f.Name()
common.Must(f.Close())
defer os.Remove(path)

creator, err := CreateFileLogWriter(path)
common.Must(err)
Expand Down

0 comments on commit d6bd2bf

Please sign in to comment.