Skip to content

Commit

Permalink
CB2-12224: Data Fix (#343)
Browse files Browse the repository at this point in the history
* feat(CB2-12224):

* Remove tech record seeding

* feat(CB2-12224): fix to broken records

* feat(CB2-12224): manifest

* feat(CB2-12224): manifest

---------

Co-authored-by: Pete Mallam <pete.mallam@bjss.com>
  • Loading branch information
Daniel-Searle and thisisthetechie authored May 22, 2024
1 parent c03e48c commit a8d7280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/resources/technical-records.json
Original file line number Diff line number Diff line change
Expand Up @@ -16661,6 +16661,7 @@
"approvalTypeNumber": "1234",
"variantNumber": "324324",
"variantVersionNumber": "345",
"createdAt": "2023-02-07T10:39:47.000000Z",
"applicantDetails": {
"address1": "*****",
"address2": "*****",
Expand Down Expand Up @@ -18132,7 +18133,8 @@
"systemNumber": "137",
"techRecord": [
{
"recordCompleteness": "skeleton"
"recordCompleteness": "skeleton",
"createdAt": "2023-02-07T10:39:47.000000Z"
}
]
},
Expand Down

0 comments on commit a8d7280

Please sign in to comment.