-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(tests): limit array example length (#570)
- Loading branch information
1 parent
bcf174e
commit f3a3245
Showing
6 changed files
with
15 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,30 +24,6 @@ describe('resource accountHolders', () => { | |
legal_business_name: 'Acme, Inc.', | ||
phone_numbers: ['+12124007676'], | ||
}, | ||
{ | ||
address: { | ||
address1: '123 Old Forest Way', | ||
city: 'Omaha', | ||
country: 'USA', | ||
postal_code: '68022', | ||
state: 'NE', | ||
}, | ||
government_id: '114-123-1513', | ||
legal_business_name: 'Acme, Inc.', | ||
phone_numbers: ['+12124007676'], | ||
}, | ||
{ | ||
address: { | ||
address1: '123 Old Forest Way', | ||
city: 'Omaha', | ||
country: 'USA', | ||
postal_code: '68022', | ||
state: 'NE', | ||
}, | ||
government_id: '114-123-1513', | ||
legal_business_name: 'Acme, Inc.', | ||
phone_numbers: ['+12124007676'], | ||
}, | ||
], | ||
beneficial_owner_individuals: [ | ||
{ | ||
|
@@ -64,34 +40,6 @@ describe('resource accountHolders', () => { | |
government_id: '111-23-1412', | ||
last_name: 'Bombadil', | ||
}, | ||
{ | ||
address: { | ||
address1: '123 Old Forest Way', | ||
city: 'Omaha', | ||
country: 'USA', | ||
postal_code: '68022', | ||
state: 'NE', | ||
}, | ||
dob: '1991-03-08 08:00:00', | ||
email: '[email protected]', | ||
first_name: 'Tom', | ||
government_id: '111-23-1412', | ||
last_name: 'Bombadil', | ||
}, | ||
{ | ||
address: { | ||
address1: '123 Old Forest Way', | ||
city: 'Omaha', | ||
country: 'USA', | ||
postal_code: '68022', | ||
state: 'NE', | ||
}, | ||
dob: '1991-03-08 08:00:00', | ||
email: '[email protected]', | ||
first_name: 'Tom', | ||
government_id: '111-23-1412', | ||
last_name: 'Bombadil', | ||
}, | ||
], | ||
business_entity: { | ||
address: { | ||
|
@@ -150,36 +98,6 @@ describe('resource accountHolders', () => { | |
dba_business_name: 'dba_business_name', | ||
parent_company: 'parent_company', | ||
}, | ||
{ | ||
address: { | ||
address1: '123 Old Forest Way', | ||
city: 'Omaha', | ||
country: 'USA', | ||
postal_code: '68022', | ||
state: 'NE', | ||
address2: 'address2', | ||
}, | ||
government_id: '114-123-1513', | ||
legal_business_name: 'Acme, Inc.', | ||
phone_numbers: ['+12124007676'], | ||
dba_business_name: 'dba_business_name', | ||
parent_company: 'parent_company', | ||
}, | ||
{ | ||
address: { | ||
address1: '123 Old Forest Way', | ||
city: 'Omaha', | ||
country: 'USA', | ||
postal_code: '68022', | ||
state: 'NE', | ||
address2: 'address2', | ||
}, | ||
government_id: '114-123-1513', | ||
legal_business_name: 'Acme, Inc.', | ||
phone_numbers: ['+12124007676'], | ||
dba_business_name: 'dba_business_name', | ||
parent_company: 'parent_company', | ||
}, | ||
], | ||
beneficial_owner_individuals: [ | ||
{ | ||
|
@@ -198,38 +116,6 @@ describe('resource accountHolders', () => { | |
last_name: 'Bombadil', | ||
phone_number: '+12124007676', | ||
}, | ||
{ | ||
address: { | ||
address1: '123 Old Forest Way', | ||
city: 'Omaha', | ||
country: 'USA', | ||
postal_code: '68022', | ||
state: 'NE', | ||
address2: 'address2', | ||
}, | ||
dob: '1991-03-08 08:00:00', | ||
email: '[email protected]', | ||
first_name: 'Tom', | ||
government_id: '111-23-1412', | ||
last_name: 'Bombadil', | ||
phone_number: '+12124007676', | ||
}, | ||
{ | ||
address: { | ||
address1: '123 Old Forest Way', | ||
city: 'Omaha', | ||
country: 'USA', | ||
postal_code: '68022', | ||
state: 'NE', | ||
address2: 'address2', | ||
}, | ||
dob: '1991-03-08 08:00:00', | ||
email: '[email protected]', | ||
first_name: 'Tom', | ||
government_id: '111-23-1412', | ||
last_name: 'Bombadil', | ||
phone_number: '+12124007676', | ||
}, | ||
], | ||
business_entity: { | ||
address: { | ||
|
@@ -457,7 +343,7 @@ describe('resource accountHolders', () => { | |
const response = await client.accountHolders.simulateEnrollmentDocumentReview({ | ||
document_upload_token: 'b11cd67b-0a52-4180-8365-314f3def5426', | ||
status: 'UPLOADED', | ||
accepted_entity_status_reasons: ['string', 'string', 'string'], | ||
accepted_entity_status_reasons: ['string'], | ||
status_reason: 'DOCUMENT_MISSING_REQUIRED_DATA', | ||
}); | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters