Skip to content

Commit 8ec951c

Browse files
committed
Shortened generated document titles a tad, to avoid line wrapping in the IESG agenda package (which breaks the relevant test).
- Legacy-Id: 16518
1 parent e3f083e commit 8ec951c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BaseDocumentFactory(factory.DjangoModelFactory):
2626
class Meta:
2727
model = Document
2828

29-
title = factory.Faker('sentence',nb_words=6)
29+
title = factory.Faker('sentence',nb_words=5)
3030
rev = '00'
3131
std_level_id = None
3232
intended_std_level_id = None

0 commit comments

Comments
 (0)