From 55fcfedf4681a6251919d5d8195de51bbf31dc9b Mon Sep 17 00:00:00 2001 From: Keith Zantow Date: Mon, 24 Oct 2022 13:18:20 -0400 Subject: chore: fix a 2.1 reference Signed-off-by: Keith Zantow --- spdxlib/documents_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}, -- cgit v1.2.3