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