Skip to content

Commit

Permalink
Apply suggested node identifier practice
Browse files Browse the repository at this point in the history
A follow-on patch will regenerate Make-managed files.

References:
* ucoProject/UCO#430
* [ONT-295] Release CASE 1.0.0

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Sep 1, 2022
1 parent 1a2454a commit b9df787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/case_utils/case_validate/cli/split_data_graph_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"@graph": [
{
"@id": "kb:provenance-record-1",
"@id": "kb:provenance-record-d6901cc2-1299-4c5f-a6f3-8cdba136169c",
"@type": "case-investigation:ProvenanceRecord",
"uco-core:object": {
"@id": "kb:file-1"
"@id": "kb:file-b31c8f5c-cdbf-466d-a88a-034531fc5933"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion tests/case_utils/case_validate/cli/split_data_graph_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"@graph": [
{
"@id": "kb:file-1",
"@id": "kb:file-b31c8f5c-cdbf-466d-a88a-034531fc5933",
"@type": "uco-observable:File"
}
]
Expand Down

0 comments on commit b9df787

Please sign in to comment.