fix: lint.

This commit is contained in:
Eduardo Schettino 2022-02-08 11:34:51 +08:00
parent 61d15a600e
commit 340528c1bf
1 changed files with 1 additions and 1 deletions

View File

@ -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