mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Unit Tests should create enabled events
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user