Skip to content

Commit b069b96

Browse files
committed
Fix windows tests
1 parent c94b27e commit b069b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/github/cicd/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _make_function(username: str, state: str, **kwargs) -> PullRequestReview:
6161

6262
@pytest.fixture
6363
def sqlmesh_repo_root_path() -> Path:
64-
return next(p for p in Path(__file__).parents if str(p).endswith("/tests")).parent
64+
return next(p for p in Path(__file__).parents if str(p).endswith("tests")).parent
6565

6666

6767
@pytest.fixture

0 commit comments

Comments
 (0)