Skip to content

Commit

Permalink
Pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinStratu committed Dec 30, 2022
1 parent bc7787c commit 083ef12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tvsaver/saver2v2/save_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ FileAttributionText: <text>multi-line
attribution</text>
FileDependency: f-1.txt
FileDependency: g.txt
`)

// render as buffer of bytes
Expand Down
2 changes: 1 addition & 1 deletion tvsaver/saver2v2/save_other_license_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LicenseName: License 1
LicenseCrossReference: http://example.com/License1/
LicenseCrossReference: http://example.com/License1AnotherURL/
LicenseComment: this is a license comment
`)

// render as buffer of bytes
Expand Down
1 change: 1 addition & 0 deletions tvsaver/saver2v3/save_package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ PackageLicenseConcluded: GPL-2.0-or-later
PackageLicenseDeclared: Apache-2.0 OR GPL-2.0-or-later
PackageCopyrightText: <text>Copyright (c) John Doe, Inc.
Copyright Jane Doe</text>
`)

// render as buffer of bytes
Expand Down

0 comments on commit 083ef12

Please sign in to comment.