Merge pull request #726 from pre-commit/typo

Fix typo
This commit is contained in:
Anthony Sottile
2018-03-12 14:55:31 -07:00
committed by GitHub

View File

@@ -811,7 +811,7 @@ def test_include_exclude_base_case(some_filenames):
@xfailif_no_symlink
def test_matches_broken_symlink(tmpdir): # pramga: no cover (non-windows)
def test_matches_broken_symlink(tmpdir): # pragma: no cover (non-windows)
with tmpdir.as_cwd():
os.symlink('does-not-exist', 'link')
ret = _filter_by_include_exclude({'link'}, '', '^$')