Add newlines to the paperwork print test event

This will catch the error encountered in 79ec9214f9
This commit is contained in:
2020-02-21 12:08:06 +00:00
parent 6a65d14e5e
commit 3cf13299eb

View File

@@ -226,7 +226,7 @@ class TestPrintPaperwork(TestCase):
cls.vatrate = models.VatRate.objects.create(start_at='2014-03-05', rate=0.20, comment='test1')
cls.events = {
1: models.Event.objects.create(name="TE E1", start_date=date.today()),
1: models.Event.objects.create(name="TE E1", start_date=date.today(), description="This is an event description\nthat for a very specific reason spans two lines."),
}
cls.invoices = {