Skip to content

Commit 1ba3420

Browse files
committed
Update test
1 parent d09c4bc commit 1ba3420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def test_find_retrieve_answer_multi_sections(tmp_path, mocker):
55
model = mocker.MagicMock()
66

77
def side_effect(messages):
8-
if "Given an input question" in messages[0]["content"]:
8+
if "You are given two pieces" in messages[0]["content"]:
99
if "section_1" in messages[0]["content"]:
1010
return {"choices": [{"message": {"content": "section_1"}}]}
1111
else:

0 commit comments

Comments
 (0)