File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/services/limited-partnerships
test/services/limited-partnerships Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ type Partner = {
4343 legal_entity_register_name ?: string ;
4444 legal_entity_registration_location ?: string ;
4545 legal_form ?: string ;
46- legal_personality_statement_checked ?: boolean ;
4746 nationality1 ?: string ;
4847 nationality2 ?: string ;
4948 principal_office_address ?: Address ;
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ export const GENERAL_PARTNER_OBJECT_MOCK: GeneralPartner = {
6767 nationality1 : "English" ,
6868 nationality2 : "French" ,
6969 not_disqualified_statement_checked : true ,
70- legal_personality_statement_checked : true ,
7170 principal_office_address : {
7271 premises : "22" ,
7372 address_line_1 : "Some Street" ,
@@ -119,7 +118,6 @@ export const LIMITED_PARTNER_OBJECT_MOCK: LimitedPartner = {
119118 legal_entity_register_name : "UK Register" ,
120119 legal_entity_registration_location : "England" ,
121120 legal_form : "abc" ,
122- legal_personality_statement_checked : true ,
123121 nationality1 : "English" ,
124122 nationality2 : "French" ,
125123 principal_office_address : {
You can’t perform that action at this time.
0 commit comments