Skip to content

Commit c9c7542

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(internal): update examples (#594)
1 parent 148afbe commit c9c7542

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/api-resources/external-bank-accounts/external-bank-accounts.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('resource externalBankAccounts', () => {
1515
country: 'USD',
1616
currency: 'USD',
1717
financial_account_token: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
18-
owner: 'x',
18+
owner: 'owner',
1919
owner_type: 'INDIVIDUAL',
2020
routing_number: '123456789',
2121
type: 'CHECKING',
@@ -36,17 +36,17 @@ describe('resource externalBankAccounts', () => {
3636
country: 'USD',
3737
currency: 'USD',
3838
financial_account_token: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
39-
owner: 'x',
39+
owner: 'owner',
4040
owner_type: 'INDIVIDUAL',
4141
routing_number: '123456789',
4242
type: 'CHECKING',
4343
verification_method: 'MANUAL',
4444
account_token: '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e',
4545
address: { address1: 'x', city: 'x', country: 'USD', postal_code: '11201', state: 'xx', address2: 'x' },
46-
company_id: 'x',
46+
company_id: 'sq',
4747
dob: '2019-12-27',
4848
doing_business_as: 'x',
49-
name: 'x',
49+
name: 'name',
5050
user_defined_id: 'x',
5151
verification_enforcement: true,
5252
});

0 commit comments

Comments
 (0)