Skip to content

Commit

Permalink
Remove unused instance member TestOccurrence.data
Browse files Browse the repository at this point in the history
  • Loading branch information
kimarakov committed Jan 2, 2018
1 parent 6ad2129 commit 63b9d45
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_occurrence.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ def setUp(self):
'rule': rule,
'calendar': cal
}
self.data = {
'title': 'Recent Event',
'start': datetime.datetime(2008, 1, 5, 8, 0, tzinfo=pytz.utc),
'end': datetime.datetime(2008, 1, 5, 9, 0, tzinfo=pytz.utc),
'end_recurring_period': datetime.datetime(2008, 5, 5, 0, 0, tzinfo=pytz.utc),
'calendar': cal
}
self.recurring_event = Event.objects.create(**self.recurring_data)
self.start = datetime.datetime(2008, 1, 12, 0, 0, tzinfo=pytz.utc)
self.end = datetime.datetime(2008, 1, 27, 0, 0, tzinfo=pytz.utc)
Expand Down

0 comments on commit 63b9d45

Please sign in to comment.