Skip to content

Commit

Permalink
Closer test is added.
Browse files Browse the repository at this point in the history
  • Loading branch information
cinar committed Sep 7, 2024
1 parent 79c28d7 commit d715d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/closer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/cinar/indicator/v2/helper"
)

func TestCloseAndLogErrorWithoutError(t *testing.T) {
func TestCloseAndLogError(t *testing.T) {
file, err := os.CreateTemp(os.TempDir(), "closer")
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit d715d03

Please sign in to comment.