Skip to content

Commit dcee83a

Browse files
committed
fix the test
1 parent 6921637 commit dcee83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/e2etests/test_async_execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def tools_examples() -> List[Example]:
4646
Example(
4747
input="Find the weather in San Francisco",
4848
actual_output="The weather in San Francisco is sunny.",
49-
expected_output="The weather in San Francisco is sunny and warm.",
49+
expected_output="The weather in San Francisco is sunny.",
5050
tools_called=[
5151
"get_weather(location='San Francisco')"
5252
],

0 commit comments

Comments
 (0)