Skip to content

Commit

Permalink
test(SpdxDocumentFile): Use correct checksumValue for external document
Browse files Browse the repository at this point in the history
As the issue is caused by an external document reference, it wasn't
reported as an issue. The previous commit fixes this issue.
Therefore, fix the checksum to keep the correct expected result for the
`SpdxDocumentFileFunTest`.

Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.com>
  • Loading branch information
MarcelBochtler committed Jul 17, 2024
1 parent c8eb52a commit 9117279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ externalDocumentRefs:
spdxDocument: "./subproject/subproject-with-conan-reference.spdx.yml"
checksum:
algorithm: "SHA1"
checksumValue: "53840294281f7d1bf401b746162da11dcf9306eb"
checksumValue: "032a087b0da8f353c03671a72179b807b4ec7eb3"
packages:
- SPDXID: "SPDXRef-Package-xyz"
description: "Awesome product created by Example Inc."
Expand Down

0 comments on commit 9117279

Please sign in to comment.