Skip to content

Commit

Permalink
Update tests/db/conftest.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Jung <[email protected]>
  • Loading branch information
gabrielfior and kongzii authored Dec 10, 2024
1 parent 1dda9c1 commit 632eb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/db/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def mocked_agent_id() -> Generator[str, None, None]:


@pytest.fixture(scope="function")
def table_handler(
def evaluated_goal_table_handler(
mocked_agent_id: str,
) -> Generator[EvaluatedGoalTableHandler, None, None]:
"""Creates a in-memory SQLite DB for testing"""
Expand Down

0 comments on commit 632eb66

Please sign in to comment.