diff --git a/studio/backend/tests/test_llama_cpp_reprompt_guard.py b/studio/backend/tests/test_llama_cpp_reprompt_guard.py index 6a6afaa50b..7475ac134b 100644 --- a/studio/backend/tests/test_llama_cpp_reprompt_guard.py +++ b/studio/backend/tests/test_llama_cpp_reprompt_guard.py @@ -744,12 +744,7 @@ def test_open_fence_with_inner_numbered_list_still_reprompts(): "1. Install dependencies\n" "2. Run the app" ), - ( - "Let me draft a checklist.\n" - "````markdown\n" - "1. step one\n" - "2. step two" - ), + ("Let me draft a checklist.\n" "````markdown\n" "1. step one\n" "2. step two"), ] for content in samples: assert not _has_answer_artifact(content), content