Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-ods committed Sep 19, 2024
1 parent 6d7cbe7 commit 828d061
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/data/valid-statements/no_known_person_exception.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"type": "registered",
"address": "4668 Breezyview Road, Columbia",
"country": {
"name": "United States of America",
"code": "US"
},
"postCode": "17512"
Expand All @@ -67,12 +68,13 @@
"type": "business",
"address": "4668 Breezyview Road, Columbia",
"country": {
"name": "United States of America",
"code": "US"
},
"postCode": "17512"
}
],
"foundingDate": "2023-09-13T00:00:00.000Z"
"foundingDate": "2023-09-13"
}
},
{
Expand Down Expand Up @@ -127,7 +129,7 @@
},
"interests": [
{
"type": "other-influence-or-control",
"type": "otherInfluenceOrControl",
"interestLevel": "direct",
"beneficialOwnershipOrControl": false,
"details": "Exception Category: DIRECT_ACCOUNTING_CONSOLIDATION_PARENT"
Expand Down

0 comments on commit 828d061

Please sign in to comment.