aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Zantow <kzantow@gmail.com>2022-10-24 13:18:20 -0400
committerKeith Zantow <kzantow@gmail.com>2022-10-24 13:18:20 -0400
commit55fcfedf4681a6251919d5d8195de51bbf31dc9b (patch)
treee22ecd334771906718aee6a6a16ff479d765f3aa
parentaaabc92f48e5201f752b379d60ebe94b1934e7fe (diff)
downloadspdx-tools-55fcfedf4681a6251919d5d8195de51bbf31dc9b.tar.gz
chore: fix a 2.1 reference
Signed-off-by: Keith Zantow <kzantow@gmail.com>
-rw-r--r--spdxlib/documents_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/spdxlib/documents_test.go b/spdxlib/documents_test.go
index 6d04f38..3557d34 100644
--- a/spdxlib/documents_test.go
+++ b/spdxlib/documents_test.go
@@ -234,7 +234,7 @@ func Test2_3ValidDocumentPassesValidation(t *testing.T) {
func Test2_3InvalidDocumentFailsValidation(t *testing.T) {
// set up document and some packages and relationships
doc := &v2_3.Document{
- SPDXVersion: "SPDX-2.1",
+ SPDXVersion: "SPDX-2.3",
DataLicense: "CC0-1.0",
SPDXIdentifier: common.ElementID("DOCUMENT"),
CreationInfo: &v2_3.CreationInfo{},