Unit Tests should create enabled events

This commit is contained in:
Raphael Michel
2016-02-23 08:58:39 +01:00
parent b1715fc442
commit c28b40a118
9 changed files with 15 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ class EventTestMixin:
self.event = Event.objects.create(
organizer=self.orga, name='30C3', slug='30c3',
date_from=datetime.datetime(2013, 12, 26, tzinfo=datetime.timezone.utc),
live=True
)