Skip to content

Commit f8608f7

Browse files
Fixed a typo in the tests
1 parent 2b49c0f commit f8608f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extensions/memory/test_advanced_sqlalchemy_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def usage_data() -> Usage:
6262

6363
def create_mock_run_result(
6464
usage: Usage | None = None,
65-
agent: Usage | None = None,
65+
agent: Agent | None = None,
6666
) -> RunResult:
6767
"""Helper function to create a RunResult carrying usage information."""
6868
if agent is None:

0 commit comments

Comments
 (0)