spelling: regression

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-03-10 22:32:04 -04:00
parent 2a12477d2a
commit ea949cef46
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ class TestTerminalFunctional:
def test_header_absolute_testpath( def test_header_absolute_testpath(
self, pytester: Pytester, monkeypatch: MonkeyPatch self, pytester: Pytester, monkeypatch: MonkeyPatch
) -> None: ) -> None:
"""Regresstion test for #7814.""" """Regression test for #7814."""
tests = pytester.path.joinpath("tests") tests = pytester.path.joinpath("tests")
tests.mkdir() tests.mkdir()
pytester.makepyprojecttoml( pytester.makepyprojecttoml(