From 5e1a0cc0efcfb438739bb9c60972b133f0ccae91 Mon Sep 17 00:00:00 2001 From: Qwann Date: Wed, 26 Jul 2017 13:48:12 +0200 Subject: [PATCH] fixe tests --- communication/tests.py | 2 +- event/tests.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/communication/tests.py b/communication/tests.py index e9a1061..800eac6 100644 --- a/communication/tests.py +++ b/communication/tests.py @@ -26,7 +26,7 @@ class SubscriptionTest(TestCase): title='TestEvent', slug='test', created_by=cls.root, - creation_date=timezone.now(), + created_at=timezone.now(), description="Ceci est un test", beginning_date=timezone.now() + timedelta(days=30), diff --git a/event/tests.py b/event/tests.py index f94b5ab..36dee90 100644 --- a/event/tests.py +++ b/event/tests.py @@ -22,7 +22,7 @@ class ActivityInheritanceTest(TestCase): title='La Nuit 2042', slug='nuit42', created_by=cls.erkan, - creation_date=timezone.now(), + created_at=timezone.now(), description="La nuit c'est lol", beginning_date=timezone.now() + timedelta(days=30),