Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-ods committed Aug 14, 2024
1 parent 1b1951b commit ffe7134
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 92 deletions.
86 changes: 86 additions & 0 deletions tests/data/valid-statements/Component Statement Valid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
[
{
"statementId": "8729fec1-eb01-4866-ba40-dd5525d43db8",
"declarationSubject": "ad3f6c2fcc9e",
"statementDate": "2018-12-17",
"recordId": "ad3f6c2fcc9e",
"recordStatus": "new",
"recordType": "entity",
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "registeredEntity"
}
}
},
{
"statementId": "e2bbe3ce-f5b4-42d0-bb68-9b405e8fd6a0",
"declarationSubject": "ad3f6c2fcc9e",
"statementDate": "2018-12-17",
"recordId": "d4ab89ea169a",
"recordStatus": "new",
"recordType": "entity",
"recordDetails": {
"isComponent": true,
"entityType": {
"type": "registeredEntity"
}
}
},
{
"statementId": "6b9cfb52-505a-49cb-ab02-cc856a4e5c66",
"declarationSubject": "ad3f6c2fcc9e",
"statementDate": "2018-12-17",
"recordId": "c25d4d612c2c",
"recordStatus": "new",
"recordType": "person",
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
}
},
{
"statementId": "7fff3986-233f-413f-bec8-3b28c62a4a51",
"declarationSubject": "ad3f6c2fcc9e",
"statementDate": "2018-12-17",
"recordId": "4cf2837bd01f",
"recordStatus": "new",
"recordType": "relationship",
"recordDetails": {
"isComponent": true,
"subject": "ad3f6c2fcc9e",
"interestedParty": "d4ab89ea169a"
}
},
{
"statementId": "860155d1-a4fb-4742-9735-7a7deb899075",
"declarationSubject": "ad3f6c2fcc9e",
"statementDate": "2018-12-17",
"recordId": "05e81af035e4",
"recordStatus": "new",
"recordType": "relationship",
"recordDetails": {
"isComponent": true,
"subject": "d4ab89ea169a",
"interestedParty": "c25d4d612c2c"
}
},
{
"statementId": "cdb6acc7-426e-4a7a-9410-895d556fd329",
"declarationSubject": "ad3f6c2fcc9e",
"statementDate": "2018-12-17",
"recordId": "d8d75ccf40e4",
"recordStatus": "new",
"recordType": "relationship",
"recordDetails": {
"isComponent": false,
"subject": "ad3f6c2fcc9e",
"interestedParty": "c25d4d612c2c",
"componentRecords": [
"e2bbe3ce-f5b4-42d0-bb68-9b405e8fd6a0",
"7fff3986-233f-413f-bec8-3b28c62a4a51",
"860155d1-a4fb-4742-9735-7a7deb899075"
]
}
}
]
27 changes: 0 additions & 27 deletions tests/data/valid-statements/publiclistingInvalid.json

This file was deleted.

18 changes: 0 additions & 18 deletions tests/data/valid-statements/publiclistingValid.json

This file was deleted.

20 changes: 0 additions & 20 deletions tests/data/valid-statements/publiclistingValid2.json

This file was deleted.

27 changes: 0 additions & 27 deletions tests/data/valid-statements/publiclistingValid3.json

This file was deleted.

0 comments on commit ffe7134

Please sign in to comment.