pypi.tests: Remove trailing _ in test method name

This commit is contained in:
Antoine R. Dumont (@ardumont) 2019-10-15 12:19:10 +02:00
parent b73c657ea7
commit 960868badb
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -4,7 +4,7 @@
# See top-level LICENSE file for more information
def test_pypi_lister_(swh_listers, requests_mock_datadir):
def test_pypi_lister(swh_listers, requests_mock_datadir):
lister = swh_listers['pypi']
lister.run()