mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
style: more refs work (#33707)
This commit is contained in:
@@ -349,4 +349,4 @@ def test_no_duplicate_tool_calls_when_multiple_tools() -> None:
|
||||
# Ensure there are no duplicate ids
|
||||
ids = [tc.get("id") for tc in tool_calls if isinstance(tc, dict)]
|
||||
assert len(ids) == 2
|
||||
assert len(set(ids)) == 2, f"Duplicate tool call ids found: {ids}"
|
||||
assert len(set(ids)) == 2, f"Duplicate tool call IDs found: {ids}"
|
||||
|
||||
Reference in New Issue
Block a user