Skip to content

Commit

Permalink
change name test func
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitong23 committed May 12, 2024
1 parent 1724981 commit 321ba58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/transaction/transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/stretchr/testify/assert"
)

func TestTransaction(t *testing.T) {
func TestCreateTransaction(t *testing.T) {
t.Run("create transaction", func(t *testing.T) {

e := echo.New()
Expand Down

0 comments on commit 321ba58

Please sign in to comment.