diff --git a/codespell_lib/tests/test_dictionary.py b/codespell_lib/tests/test_dictionary.py index 85a6b86b7e..617345d3b3 100644 --- a/codespell_lib/tests/test_dictionary.py +++ b/codespell_lib/tests/test_dictionary.py @@ -47,7 +47,7 @@ for d in _builtin_dictionaries ] fname_params = pytest.mark.parametrize( - "fname, in_aspell, in_dictionary", _fnames_in_aspell + ("fname", "in_aspell", "in_dictionary"), _fnames_in_aspell )