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 b605920 commit f7f1c96
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 @@ -274,7 +274,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 f7f1c96

Please sign in to comment.