Skip to content

Commit

Permalink
Merge pull request #6376 from cjerdonek/fix-typo-enable-test
Browse files Browse the repository at this point in the history
Fix typo / enable test: "est_link_..." -> "test_link_..."
  • Loading branch information
pradyunsg authored Apr 2, 2019
2 parents ac9010e + f82d87a commit 98fc29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ def test_link_package_versions_match(self, url):
'http:/yo/pytest_xdist-1.0-py2.py3-none-any.whl',
],
)
def est_link_package_versions_substring_fails(self, url):
def test_link_package_versions_substring_fails(self, url):
"""Test that 'pytest<something> archives won't match for 'pytest'."""
link = Link(url)
search = Search(
Expand Down

0 comments on commit 98fc29b

Please sign in to comment.