From 099ab412037beef0cd89df0d435d3c5a7e7f04f9 Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Fri, 13 Jun 2025 13:23:04 +0200 Subject: [PATCH] Typo --- test/multilspy/python/test_retrieval_with_ignored_dirs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/multilspy/python/test_retrieval_with_ignored_dirs.py b/test/multilspy/python/test_retrieval_with_ignored_dirs.py index 5bbb372..70f0e37 100644 --- a/test/multilspy/python/test_retrieval_with_ignored_dirs.py +++ b/test/multilspy/python/test_retrieval_with_ignored_dirs.py @@ -41,7 +41,7 @@ def create_ls_with_ignored_dirs( @pytest.fixture(scope="module") def ls_with_ignored_dirs() -> Generator[SyncLanguageServer, None, None]: """Fixture to set up an LS for the python test repo with the 'scripts' directory ignored.""" - ignored_paths = ["scripts", "custom_test_repo"] + ignored_paths = ["scripts", "custom_test"] ls = create_ls_with_ignored_dirs(ignored_paths=ignored_paths, language=Language.PYTHON) ls.start() try: