pypi.tests: Remove trailing _ in test method name
This commit is contained in:
parent
b73c657ea7
commit
960868badb
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue