update tests
This commit is contained in:
parent
5ed402035d
commit
254c35f7f5
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def test_truncate_at_sentence_strips_trailing_whitespace():
|
||||||
|
|
||||||
def test_max_summary_chars_constant():
|
def test_max_summary_chars_constant():
|
||||||
"""Test that MAX_SUMMARY_CHARS is set to expected value."""
|
"""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():
|
def test_truncate_at_sentence_realistic_summary():
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue