spelling: regression
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2a12477d2a
commit
ea949cef46
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue