From 12cb6936010b320bdbb912aff60d52d1759d554e Mon Sep 17 00:00:00 2001 From: Patrick Lannigan Date: Sun, 1 Oct 2023 10:45:08 -0400 Subject: [PATCH] Fix typo --- testing/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_config.py b/testing/test_config.py index 85d41e663..744983ed5 100644 --- a/testing/test_config.py +++ b/testing/test_config.py @@ -2212,7 +2212,7 @@ class TestOutputVerbosity: assert config.option.verbose == config.output_verbosity.verbose - def test_level_matches_verbost_when_not_specified( + def test_level_matches_verbose_when_not_specified( self, pytester: Pytester, tmp_path: Path ) -> None: tmp_path.joinpath("pytest.ini").write_text(