From 254c35f7f5f9366636128bbdab0f538b628a51f2 Mon Sep 17 00:00:00 2001 From: prestonrasmussen Date: Tue, 18 Nov 2025 17:12:35 -0500 Subject: [PATCH] update tests --- tests/test_text_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_text_utils.py b/tests/test_text_utils.py index 38231d93..2fd01a71 100644 --- a/tests/test_text_utils.py +++ b/tests/test_text_utils.py @@ -87,7 +87,7 @@ def test_truncate_at_sentence_strips_trailing_whitespace(): def test_max_summary_chars_constant(): """Test that MAX_SUMMARY_CHARS is set to expected value.""" - assert MAX_SUMMARY_CHARS == 250 + assert MAX_SUMMARY_CHARS == 500 def test_truncate_at_sentence_realistic_summary():