Skip to content

Commit

Permalink
fix: fixed test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rkejji committed Feb 4, 2025
1 parent 0546514 commit cd7d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/test_cohere_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_cohere_model_run(mock_cohere, mock_record, model_type):
"model_type",
model_types,
)
@patch("camel.models.cohere_model.record")
@patch("cohere.ClientV2")
def test_cohere_model_run_unsupported_role(mock_cohere, model_type):
# Mock the Cohere create client function
mock_cohere_client = MagicMock()
Expand Down

0 comments on commit cd7d105

Please sign in to comment.