Skip to content

Commit c420741

Browse files
authored
Merge pull request pre-commit#726 from pre-commit/typo
Fix typo
2 parents d68d023 + d9d5b1c commit c420741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/commands/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ def test_include_exclude_base_case(some_filenames):
811811

812812

813813
@xfailif_no_symlink
814-
def test_matches_broken_symlink(tmpdir): # pramga: no cover (non-windows)
814+
def test_matches_broken_symlink(tmpdir): # pragma: no cover (non-windows)
815815
with tmpdir.as_cwd():
816816
os.symlink('does-not-exist', 'link')
817817
ret = _filter_by_include_exclude({'link'}, '', '^$')

0 commit comments

Comments
 (0)