We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f812b3c commit 6b19de9Copy full SHA for 6b19de9
1 file changed
tests/test_all_py_components.py
@@ -19,7 +19,7 @@ def _detect_repo_root() -> Path:
19
@pytest.fixture(scope="module",autouse=True)
20
def startprod():
21
repo_root = _detect_repo_root()
22
- cls_host = repo_root / "tests" / "helpers" / "allPyComponents" / "Production.cls"
+ cls_host = repo_root / "tests" / "helpers" / "AllPyComponents" / "Production.cls"
23
if not cls_host.exists():
24
raise FileNotFoundError(f"IRIS class file not found: {cls_host}")
25
0 commit comments