fix: lint.
This commit is contained in:
parent
61d15a600e
commit
340528c1bf
|
@ -784,7 +784,7 @@ class TestTerminalFunctional:
|
||||||
assert result.ret == 0
|
assert result.ret == 0
|
||||||
|
|
||||||
def test_selected_count_with_error(self, pytester: Pytester) -> None:
|
def test_selected_count_with_error(self, pytester: Pytester) -> None:
|
||||||
testpath = pytester.makepyfile(
|
pytester.makepyfile(
|
||||||
test_selected_count_3="""
|
test_selected_count_3="""
|
||||||
def test_one():
|
def test_one():
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue