Skip to content

Commit ba7522e

Browse files
committed
remove generated test
1 parent 4746672 commit ba7522e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

example/generated_examples_test.go

-13
Original file line numberDiff line numberDiff line change
@@ -3070,19 +3070,6 @@ func TestTerminalReadersProcessPaymentIntentPost(t *testing.T) {
30703070
assert.Nil(t, err)
30713071
}
30723072

3073-
func TestTerminalReadersProcessSetupIntentPost(t *testing.T) {
3074-
params := &stripe.TerminalReaderProcessSetupIntentParams{
3075-
SetupIntent: stripe.String("seti_xxxxxxxxxxxxx"),
3076-
AllowRedisplay: stripe.String("always"),
3077-
}
3078-
result, err := terminal_reader.ProcessSetupIntent(
3079-
"tmr_xxxxxxxxxxxxx",
3080-
params,
3081-
)
3082-
assert.NotNil(t, result)
3083-
assert.Nil(t, err)
3084-
}
3085-
30863073
func TestTestHelpersCustomersFundCashBalancePost(t *testing.T) {
30873074
params := &stripe.TestHelpersCustomerFundCashBalanceParams{
30883075
Amount: stripe.Int64(30),

0 commit comments

Comments
 (0)