Skip to content

Commit 23d4ad6

Browse files
committed
Fix test
1 parent 6eb3145 commit 23d4ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/agents/backend_models/test_camel_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def add(a: int, b: int):
4141
return a + b
4242

4343

44-
# @pytest.mark.skip(reason="Mock data to be added")
44+
@pytest.mark.skip(reason="Mock data to be added")
4545
def test_action_chat(camel_model):
4646
camel_model.reset("You are a helpful assistant.", [add])
4747
message = (

0 commit comments

Comments
 (0)