Skip to content

Commit

Permalink
Deliberately introduce format error
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Dec 12, 2023
1 parent 651266e commit 993e7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accountlink/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestAccountLinkNew(t *testing.T) {
Collect: stripe.String(string(stripe.AccountLinkCollectCurrentlyDue)),
RefreshURL: stripe.String("https://stripe.com/refresh"),
ReturnURL: stripe.String("https://stripe.com/return"),
Type: stripe.String(string(stripe.AccountLinkTypeAccountOnboarding)),
Type: stripe.String(string(stripe.AccountLinkTypeAccountOnboarding)),
}
link, err := New(params)
assert.Nil(t, err)
Expand Down

0 comments on commit 993e7c5

Please sign in to comment.