Skip to content

Commit

Permalink
Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeandradero committed Jan 27, 2024
1 parent fc91430 commit 4c05dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/payment_method_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/mercadopago/sdk-go/pkg/paymentmethod"
)

func TestList(t *testing.T) {
func TestPaymentMethod(t *testing.T) {
t.Run("should_list_payment_methods", func(t *testing.T) {
c, err := config.New(os.Getenv("at"))
if err != nil {
Expand Down

0 comments on commit 4c05dfb

Please sign in to comment.