diff options
| author | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-18 16:35:39 +0300 |
|---|---|---|
| committer | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-21 13:09:14 +0300 |
| commit | ba0af496f034416bb7a9988f3b7c6be35ef6206c (patch) | |
| tree | 45474855a6f45e1833e739f541a8b765b1a43dec /spec | |
| parent | d0194bf226723746bd73b3bf8bdcdf19bec6ac95 (diff) | |
Fix failed tests
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/fixtures/expected/java/maven/v2.0.json | 3 | ||||
| -rw-r--r-- | spec/fixtures/expected/java/maven/v2.1.json | 10 | ||||
| -rw-r--r-- | spec/fixtures/expected/python/pipenv/v2.0.json | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/spec/fixtures/expected/java/maven/v2.0.json b/spec/fixtures/expected/java/maven/v2.0.json index aeced14..8840ee1 100644 --- a/spec/fixtures/expected/java/maven/v2.0.json +++ b/spec/fixtures/expected/java/maven/v2.0.json @@ -22,7 +22,8 @@ { "id": "bsd", "name": "BSD", - "url": "http://en.wikipedia.org/wiki/BSD_licenses" + "url": "http://en.wikipedia.org/wiki/BSD_licenses", + "count": 1 }, { "id": "LGPL-2.1", diff --git a/spec/fixtures/expected/java/maven/v2.1.json b/spec/fixtures/expected/java/maven/v2.1.json index 9d03db0..fea817f 100644 --- a/spec/fixtures/expected/java/maven/v2.1.json +++ b/spec/fixtures/expected/java/maven/v2.1.json @@ -7,11 +7,6 @@ "url": "https://opensource.org/licenses/Apache-2.0" }, { - "id": "bsd", - "name": "BSD", - "url": "http://en.wikipedia.org/wiki/BSD_licenses" - }, - { "id": "LGPL-2.1", "name": "GNU Lesser General Public License v2.1 only", "url": "https://opensource.org/licenses/LGPL-2.1" @@ -27,6 +22,11 @@ "url": "https://opensource.org/licenses/MPL-2.0" }, { + "id": "bsd", + "name": "BSD", + "url": "http://en.wikipedia.org/wiki/BSD_licenses" + }, + { "id": "cddl + gplv2 with classpath exception", "name": "CDDL + GPLv2 with classpath exception", "url": "" diff --git a/spec/fixtures/expected/python/pipenv/v2.0.json b/spec/fixtures/expected/python/pipenv/v2.0.json index c41d970..59913c2 100644 --- a/spec/fixtures/expected/python/pipenv/v2.0.json +++ b/spec/fixtures/expected/python/pipenv/v2.0.json @@ -10,7 +10,8 @@ { "id": "bsd", "name": "BSD", - "url": "http://en.wikipedia.org/wiki/BSD_licenses" + "url": "http://en.wikipedia.org/wiki/BSD_licenses", + "count": 1 }, { "id": "MIT", |
