mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-15 14:22:13 +00:00
Typo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user