fix: update dialect tests for PR #147 stats API and remove unused fixture param

This commit is contained in:
Igor Lins e Silva
2026-04-07 18:58:25 -03:00
parent 5ac4947d02
commit d3145e9a7b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ from mempalace.knowledge_graph import KnowledgeGraph # noqa: E402
@pytest.fixture(scope="session", autouse=True)
def _isolate_home(tmp_path_factory):
def _isolate_home():
"""Ensure HOME points to a temp dir for the entire test session.
The env vars were already set at module level (above) so that