From 3d693ae034ebbe861c98ddd8f1c45d89853bbf85 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:02:24 -0700 Subject: [PATCH] chore(moa): add trailing newline to reference-prompt test file Follow-up for salvaged #61454. --- tests/agent/test_moa_reference_system_prompt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/agent/test_moa_reference_system_prompt.py b/tests/agent/test_moa_reference_system_prompt.py index 89c7e9739eca..00bb1acfd20f 100644 --- a/tests/agent/test_moa_reference_system_prompt.py +++ b/tests/agent/test_moa_reference_system_prompt.py @@ -70,4 +70,4 @@ def test_reference_system_prompt_structure(): # Should contain the word "advisor" (defines role) assert "advisor" in _REFERENCE_SYSTEM_PROMPT.lower(), \ - "Prompt should clearly define the advisor role" \ No newline at end of file + "Prompt should clearly define the advisor role"