Shortened generated document titles a tad, to avoid line wrapping in the IESG agenda package (which breaks the relevant test).
- Legacy-Id: 16518
This commit is contained in:
parent
e3f083e6d3
commit
8ec951c44a
|
@ -26,7 +26,7 @@ class BaseDocumentFactory(factory.DjangoModelFactory):
|
|||
class Meta:
|
||||
model = Document
|
||||
|
||||
title = factory.Faker('sentence',nb_words=6)
|
||||
title = factory.Faker('sentence',nb_words=5)
|
||||
rev = '00'
|
||||
std_level_id = None
|
||||
intended_std_level_id = None
|
||||
|
|
Loading…
Reference in a new issue