From 4e382e4f3631eb6ace976abbd60b00a57f917e60 Mon Sep 17 00:00:00 2001 From: nesquena-hermes <[email protected]> Date: Fri, 29 May 2026 22:22:05 +0000 Subject: [PATCH] stage-batch41: update test_issue1824 snippet-limit assertion 200->4000 (follows #3117) --- tests/test_issue1824_cli_patch_diff_rendering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_issue1824_cli_patch_diff_rendering.py b/tests/test_issue1824_cli_patch_diff_rendering.py index 54280f6b..0bfd4a99 100644 --- a/tests/test_issue1824_cli_patch_diff_rendering.py +++ b/tests/test_issue1824_cli_patch_diff_rendering.py @@ -21,7 +21,7 @@ def test_cli_tool_result_diff_snippet_is_not_cut_to_200_chars(): "if(_cliLooksLikePatchDiff(fullText))return_clipCliToolSnippet(fullText);" in COMPACT_UI ) - assert "returnString(fullText||'').slice(0,200);" in COMPACT_UI + assert "returnString(fullText||'').slice(0,4000);" in COMPACT_UI def test_cli_tool_fallback_promotes_apply_patch_args_to_tool_card_snippet():