We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd9c6f commit 8d53cd9Copy full SHA for 8d53cd9
1 file changed
tests/test_prompt.py
@@ -374,7 +374,7 @@ def test_warning_on_unresolved_placeholders():
374
assert "Placeholders ['history'] have not been resolved" in warning_message
375
376
# Verify the result only contains the resolved messages
377
- assert len(result) == 2
+ assert len(result) == 3
378
assert result[0]["content"] == "You are Assistant"
379
assert result[1]["content"] == "What is 2+2?"
380
0 commit comments