Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
Signed-off-by: mark <[email protected]>
  • Loading branch information
mark committed May 6, 2022
1 parent 86faba3 commit d904740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vulnerabilities/tests/test_package_managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ def test_fetch_with_responses_are_none(self, mock_fetcher):
results = list(GoproxyVersionAPI().fetch("github.com/FerretDB/FerretDB"))
assert results == []


class TestNugetVersionAPI:
expected_versions = [
PackageVersion(value="0.23.0", release_date=dt_local(2018, 1, 17, 9, 32, 59, 283000)),
Expand Down

0 comments on commit d904740

Please sign in to comment.