Skip to content

Commit 0da4d78

Browse files
committed
chore: house persistence tests under python package
1 parent ed4334b commit 0da4d78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import pytest
99

10-
PACKAGE_ROOT = Path(__file__).resolve().parents[1] / "python" / "python"
10+
PACKAGE_ROOT = Path(__file__).resolve().parents[2] / "python" / "python"
1111
if str(PACKAGE_ROOT) not in sys.path:
1212
sys.path.insert(0, str(PACKAGE_ROOT))
1313

0 commit comments

Comments
 (0)