Skip to content

Commit 9cc1d35

Browse files
committed
test: fixed path for test in sanity checky
1 parent 103dd80 commit 9cc1d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sanity_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(self, project_root: Path):
2525
self.expectations_dir = project_root / "dataframe_expectations" / "expectations"
2626
self.suite_file = project_root / "dataframe_expectations" / "suite.py"
2727
self.stub_file = project_root / "dataframe_expectations" / "suite.pyi"
28-
self.tests_dir = project_root / "tests" / "expectations_implemented"
28+
self.tests_dir = project_root / "tests" / "expectations"
2929

3030
# Results storage
3131
self.registered_expectations: Dict[str, str] = {} # expectation_name -> file_path

0 commit comments

Comments
 (0)