From d9d5b1cef17ac5e5dd380c9db0e4d56ade207fb8 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 12 Mar 2018 14:34:53 -0700 Subject: [PATCH] Fix typo --- tests/commands/run_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/run_test.py b/tests/commands/run_test.py index 4df65117..d664e801 100644 --- a/tests/commands/run_test.py +++ b/tests/commands/run_test.py @@ -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'}, '', '^$')