We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14db0d0 commit ea44d2bCopy full SHA for ea44d2b
spdx/v3/v3_0/spdx_test.go
@@ -16,6 +16,7 @@ func Test_exportImportExport(t *testing.T) {
16
Name: "tools-golang",
17
Summary: "a summary",
18
})
19
+ doc.Document().SetProfileConformance(spdx.ProfileIdentifierType_Software)
20
21
doc.CreationInfo().SetCreatedUsing(
22
&spdx.Tool{
@@ -140,6 +141,7 @@ func Test_aiProfile(t *testing.T) {
140
141
142
143
144
+ doc.Document().SetProfileConformance(spdx.ProfileIdentifierType_Ai)
145
146
aiPkg := &spdx.AIPackage{
147
Name: "some ai package",
0 commit comments