Skip to content

Commit

Permalink
Similar to #99 for GO feeds
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Dec 17, 2024
1 parent 4dd92fd commit 5fe9b8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,7 @@ def test_osv_convert(
assert cve_data
assert len(cve_data) == 3
cve_data = osvlatest.convert(test_osv_go_json)
assert cve_data
assert len(cve_data) == 1
assert not cve_data
cve_data = osvlatest.convert(test_osv_pypi_json)
assert cve_data
assert len(cve_data) == 1
Expand Down

0 comments on commit 5fe9b8b

Please sign in to comment.