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():