Skip to content

Commit

Permalink
Update test/agentchat/test_conversable_agent.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chi Wang <[email protected]>
  • Loading branch information
marklysze and sonichi authored Jan 17, 2025
1 parent 1afac68 commit c0aa09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/agentchat/test_conversable_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ def test_context_variables():


def test_invalid_functions_parameter():
"""Test initialization with valid and invali d parameters"""
"""Test initialization with valid and invalid parameters"""

# Invalid functions parameter
with pytest.raises(TypeError):
Expand Down

0 comments on commit c0aa09d

Please sign in to comment.