Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Winston-503 committed Jan 3, 2025
1 parent d02ffa2 commit 1814c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/llm/test_llm_response_parser_response_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def test_nested_response_template(self):
"mode": "Mode of operation, one of `mode_one` or `mode_two`",
"pairs": [
{
"reasoning": "Carefully\nreason about the number",
"reasoning": "Carefully\\nreason about the number",
"number": "Number from 1 to 10",
"abc": "Not multiline description"
}
Expand Down Expand Up @@ -552,7 +552,7 @@ def test_nested_response_template(self):
"mode": "Mode of operation, one of `mode_one` or `mode_two`",
"pairs": [
{
"reasoning": "Carefully\nreason about the number",
"reasoning": "Carefully\\nreason about the number",
"number": "Number from 1 to 10",
"abc": "Not multiline description"
}
Expand Down

0 comments on commit 1814c1b

Please sign in to comment.