aboutsummaryrefslogtreecommitdiff
path: root/tvloader/parser2v2/parse_creation_info_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tvloader/parser2v2/parse_creation_info_test.go')
-rw-r--r--tvloader/parser2v2/parse_creation_info_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvloader/parser2v2/parse_creation_info_test.go b/tvloader/parser2v2/parse_creation_info_test.go
index 0be6110..2f48adb 100644
--- a/tvloader/parser2v2/parse_creation_info_test.go
+++ b/tvloader/parser2v2/parse_creation_info_test.go
@@ -217,7 +217,7 @@ func TestParser2_2CanParseCreationInfoTags(t *testing.T) {
if err != nil {
t.Errorf("expected nil error, got %v", err)
}
- if parser.doc.CreationInfo.SPDXIdentifier != "SPDXRef-DOCUMENT" {
+ if parser.doc.CreationInfo.SPDXIdentifier != "DOCUMENT" {
t.Errorf("got %v for SPDXIdentifier", parser.doc.CreationInfo.SPDXIdentifier)
}