Skip to content

Commit 2c2d541

Browse files
Fix failing tests
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 3ffb2c3 commit 2c2d541

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/scancode/data/composer/composer.expected.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"output_format_version": "2.0.0",
1212
"message": null,
1313
"errors": [],
14+
"warnings": [],
1415
"extra_data": {
1516
"spdx_license_list_version": "3.16",
1617
"files_count": 1
@@ -155,7 +156,7 @@
155156
"code_view_url": null,
156157
"vcs_url": null,
157158
"copyright": null,
158-
"license_expression": null,
159+
"license_expression": "mit",
159160
"declared_license": "MIT",
160161
"notice_text": null,
161162
"source_packages": [],
@@ -209,7 +210,7 @@
209210
"code_view_url": null,
210211
"vcs_url": null,
211212
"copyright": null,
212-
"license_expression": null,
213+
"license_expression": "mit",
213214
"declared_license": "MIT",
214215
"notice_text": null,
215216
"source_packages": [],

0 commit comments

Comments
 (0)