From 3cf13299ebc99e8a73f7322e10db4e1d26f658f5 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Fri, 21 Feb 2020 12:08:06 +0000 Subject: [PATCH] Add newlines to the paperwork print test event This will catch the error encountered in 79ec9214f972099bbf495a8db5c3a61a996831ad --- RIGS/test_unit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/test_unit.py b/RIGS/test_unit.py index 0a360a10..1b4bba88 100644 --- a/RIGS/test_unit.py +++ b/RIGS/test_unit.py @@ -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 = {