Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dandansamax committed Oct 15, 2024
1 parent 6eb3145 commit 23d4ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/agents/backend_models/test_camel_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def add(a: int, b: int):
return a + b


# @pytest.mark.skip(reason="Mock data to be added")
@pytest.mark.skip(reason="Mock data to be added")
def test_action_chat(camel_model):
camel_model.reset("You are a helpful assistant.", [add])
message = (
Expand Down

0 comments on commit 23d4ad6

Please sign in to comment.