Skip to content

Commit 9ed912f

Browse files
committed
fix: regenerate and update failing test cases
Signed-off-by: Alok Kumar <alokkumarjipura9973@gmail.com>
1 parent 1f5a194 commit 9ed912f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

tests/packagedcode/data/license_detection/reference-to-package/paddlenlp.expected.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,9 @@
750750
"license_expression": "apache-2.0",
751751
"license_expression_spdx": "Apache-2.0",
752752
"detection_count": 2,
753-
"detection_log": [],
753+
"detection_log": [
754+
"extra-words"
755+
],
754756
"reference_matches": [
755757
{
756758
"license_expression": "apache-2.0",
@@ -981,7 +983,9 @@
981983
"matched_text_diagnostics": "License\n\n[PaddleNLP\u9075\u5faa][Apache-2.[0\u5f00\u6e90\u534f\u8bae]](./LICENSE)\u3002"
982984
}
983985
],
984-
"detection_log": [],
986+
"detection_log": [
987+
"extra-words"
988+
],
985989
"identifier": "apache_2_0-999670be-3d5e-ebf8-ae18-b555c26c5e80"
986990
}
987991
],
@@ -1547,7 +1551,9 @@
15471551
"matched_text_diagnostics": "License\n\n[PaddleNLP\u9075\u5faa][Apache-2.[0\u5f00\u6e90\u534f\u8bae]](./LICENSE)\u3002"
15481552
}
15491553
],
1550-
"detection_log": [],
1554+
"detection_log": [
1555+
"extra-words"
1556+
],
15511557
"identifier": "apache_2_0-999670be-3d5e-ebf8-ae18-b555c26c5e80"
15521558
},
15531559
{

0 commit comments

Comments
 (0)