aboutsummaryrefslogtreecommitdiff
path: root/spdxlib
diff options
context:
space:
mode:
Diffstat (limited to 'spdxlib')
-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{},