fix typo in test name

This commit is contained in:
Ralf Schmitt 2014-01-16 00:21:04 +01:00
parent 9815271737
commit 70c42ad26e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def test_uninstallation_paths():
class TestWheelFile(object):
def test_inavlid_filename_raises(self):
def test_invalid_filename_raises(self):
with pytest.raises(InvalidWheelFilename):
w = wheel.Wheel('invalid.whl')