From ba0af496f034416bb7a9988f3b7c6be35ef6206c Mon Sep 17 00:00:00 2001 From: Tetiana Chupryna Date: Tue, 18 Aug 2020 16:35:39 +0300 Subject: Fix failed tests --- spec/fixtures/expected/python/pipenv/v2.0.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/fixtures/expected/python') 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", -- cgit v1.2.3