summaryrefslogtreecommitdiff
path: root/tests/lint
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-07-14 22:22:54 +0200
committerGitHub <noreply@github.com>2022-07-14 22:22:54 +0200
commit6417e8cdee987afb773ad5ab9f5f0e82028c7cac (patch)
treee8e770d07deda8ad6db09b85444c058299e25628 /tests/lint
parentdd5e2c7762294ae91f0e8e850224c14652dd23c6 (diff)
downloadpylint-git-6417e8cdee987afb773ad5ab9f5f0e82028c7cac.tar.gz
[typing] Add typing to the tests directory (#7183)
Diffstat (limited to 'tests/lint')
-rw-r--r--tests/lint/unittest_lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lint/unittest_lint.py b/tests/lint/unittest_lint.py
index d25af3a08..7db8f47bd 100644
--- a/tests/lint/unittest_lint.py
+++ b/tests/lint/unittest_lint.py
@@ -116,7 +116,7 @@ def fake_path() -> Iterator[Iterable[str]]:
sys.path[:] = orig
-def test_no_args(fake_path: list[int]) -> None:
+def test_no_args(fake_path: list[str]) -> None:
with lint.fix_import_path([]):
assert sys.path == fake_path
assert sys.path == fake_path