Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Oct 30, 2024
1 parent 40c68d6 commit 39914b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ def validate_result(ctx: CallContext[None], r: Any) -> Any:
def test_response_multiple_return_tools(create_module: Callable[[str], Any], union_code: str):
module_code = f'''
from pydantic import BaseModel
from typing import Union, TypeAlias
from typing import Union
from typing_extensions import TypeAlias
class Foo(BaseModel):
a: int
Expand Down

0 comments on commit 39914b8

Please sign in to comment.