Skip to content

Commit 594a3ef

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e7422b2 commit 594a3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_tools/test_inbuilt_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def test_speak_to_skips_non_llm_recipient(mocker):
595595

596596
sender = DummyAgent(unique_id=1, model=model)
597597
llm_recipient = DummyAgent(unique_id=2, model=model)
598-
rule_recipient = DummyAgent(unique_id=3, model=model)
598+
rule_recipient = DummyAgent(unique_id=3, model=model)
599599

600600
llm_recipient.memory = SimpleNamespace(add_to_memory=mocker.Mock())
601601

@@ -608,4 +608,4 @@ def test_speak_to_skips_non_llm_recipient(mocker):
608608
assert call_kwargs["type"] == "message"
609609
assert call_kwargs["content"]["message"] == "Hello both"
610610

611-
assert "2" in ret and "3" in ret
611+
assert "2" in ret and "3" in ret

0 commit comments

Comments
 (0)