Skip to content

Commit

Permalink
Revert generated_examples_test change
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Oct 7, 2021
1 parent b137504 commit 8f69418
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/generated_examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1256,3 +1256,9 @@ func TestWebhookEndpointDelete(t *testing.T) {
result, _ := webhookendpoint.Del("we_xxxxxxxxxxxxx", nil)
assert.NotNil(t, result)
}

func TestCustomerListPaymentMethods(t *testing.T) {
params := &stripe.CustomerListPaymentMethodsParams{}
result := customer.ListPaymentMethods(params)
assert.NotNil(t, result)
}

0 comments on commit 8f69418

Please sign in to comment.