diff --git a/testing/test_terminal.py b/testing/test_terminal.py index 0bba2378c..f0e58e5b4 100644 --- a/testing/test_terminal.py +++ b/testing/test_terminal.py @@ -784,7 +784,7 @@ class TestTerminalFunctional: assert result.ret == 0 def test_selected_count_with_error(self, pytester: Pytester) -> None: - testpath = pytester.makepyfile( + pytester.makepyfile( test_selected_count_3=""" def test_one(): pass